Browse Source

docs: disablewebsecurity on webview-tag can not be changed for an active session (#38397)

disablewebsecurity on webview-tag can not be changed for an active session

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Kilian Valkhof <[email protected]>
trop[bot] 1 year ago
parent
commit
1ba3da738b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/api/webview-tag.md

+ 2 - 0
docs/api/webview-tag.md

@@ -184,6 +184,8 @@ page is loaded, use the `setUserAgent` method to change the user agent.
 A `boolean`. When this attribute is present the guest page will have web security disabled.
 Web security is enabled by default.
 
+This value can only be modified before the first navigation.
+
 ### `partition`
 
 ```html