From 1ba3da738b52a28eb2a930583b9d2cd1e460dfe6 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 15:20:12 -0400 Subject: [PATCH] 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 --- docs/api/webview-tag.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/webview-tag.md b/docs/api/webview-tag.md index 31ac575cc5a10..62c99c16877f7 100644 --- a/docs/api/webview-tag.md +++ b/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