You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/EnhancedSecurityModeLevel.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,13 @@ the `--sdsm-state` browser feature flag ([webview2 browser flag docs](https://le
26
26
The setting applies globally to all profiles and cannot be changed at runtime.
27
27
28
28
This proposal introduces an API to configure the Enhanced Security Mode level.
29
-
The configuration is persisted for a WebView2 profile within the user data folder.
29
+
The configuration is not persisted to the user data folder. The property is reset when the profile is recreated.
30
30
31
31
# Description
32
32
33
33
The `EnhancedSecurityModeLevel` property allows you to control the Enhanced Security
34
-
Mode level for WebView2 instances associated with a profile. This level applies to the
35
-
context of the profile. That is, all WebView2s sharing the same profile are affected
36
-
and the value is persisted in the user data folder.
34
+
Mode level for WebView2 instances associated with a profile. This level applies to the context of the profile. That is, all WebView2s sharing the same profile are affected.
35
+
The configuration is not persisted to the user data folder. The property is reset when the profile is recreated.
37
36
38
37
The default value is `COREWEBVIEW2_ENHANCED_SECURITY_MODE_LEVEL_OFF`.
39
38
@@ -42,11 +41,11 @@ When set to `Off`, Enhanced Security Mode is completely disabled. When set to
42
41
43
42
See `COREWEBVIEW2_ENHANCED_SECURITY_MODE_LEVEL` for descriptions of levels.
44
43
45
-
Changes apply to future navigations; reload may be required to see the effect.
44
+
Changes apply to future navigations; a reload may be required for the change to take effect.
0 commit comments