Skip to content

Commit dac498c

Browse files
committed
spec improvements
1 parent e37a275 commit dac498c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

specs/IsEnhancedSecurityModeEnabled.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ In Microsoft Edge, ESM offers two states:
1212
- Balanced – Enabled only for unfamiliar sites based on browsing heuristics.
1313
- Strict – Always enabled for all sites.
1414

15-
Unlike Edge, WebView2 does not support heuristic-based Balanced mode. Only deterministic options are available: Off or Strict.
16-
1715
![image](https://github.com/MicrosoftEdge/WebView2Feedback/assets/82386753/35977716-e46c-4257-82da-906b0c6f833e)
1816

1917
Unlike Edge browser, WebView2 does not support heuristic-based “Balanced” state. The Only options are available: Off or Strict.
@@ -77,10 +75,10 @@ void EnableEnhancedSecurityMode()
7775
/// This property applies to all WebView2 instances sharing the same profile and
7876
/// is persisted in the user data folder.
7977
///
80-
/// Default: FALSE. ESM state is Off.
78+
/// Default: false. ESM state is Off.
8179
///
82-
/// TRUE: Enables ESM in Strict state for all sites.
83-
/// FALSE: ESM state is Off.
80+
/// true: Enables ESM in Strict state for all sites.
81+
/// false: ESM state is Off.
8482
///
8583
/// Notes:
8684
/// - Changes apply to future navigations; reload may be required.

0 commit comments

Comments
 (0)