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
|`ignore-gpu-blocklist`| Whether to ignore the GPU blocklist. |
104
-
|`incognito`| Forces Incognito mode even if user data directory is specified by using the `--user-data-dir` flag. |
104
+
|`incognito`| Forces InPrivate (Incognito) mode even if the user data directory is specified by using the `--user-data-dir` flag. |
105
105
|`isolate-origins`| Require dedicated processes for a set of origins, specified as a comma-separated list. For example: --isolate-origins=https://www.foo.com,https://www.bar.com.|
106
106
|`js-flags`| Specifies the flags passed to JS engine. |
107
107
|`--js-flags=--scavenger_max_new_space_capacity_mb=8`| This flag specifies the maximum limit (in MB) for scavenger (minor garbage collector) in V8. <br/>A higher scavenger memory limit reduces the frequency of minor garbage collectors, but increases memory usage. <br/>A lower limit reduces memory footprint, but increases garbage collectors frequency, which may impact performance. |
@@ -123,7 +123,7 @@ The following are some of the flags we've seen used.
123
123
|`msFloatyShouldHonorIndiaHoldout`| If `true`, honors the India holdout group. Use this flag, set to `false`, to disable the Floaty feature that's enabled if the user is part of the India holdout group, because WebView doesn't support browser retention experiments. |
124
124
|`msOverlayScrollbarWinStyle`| Whether the users can change between overlay and non-overlay modes for Fluent scrollbars. |
125
125
|`msPdfEnableAsPreview`| This features enables the PDF viewer to launch with a minimal toolbar and in read-only preview mode. |
126
-
|`msSingleSignOnForInPrivateWebView2`| This flag enables the single sign-on (SSO) flow for incognito/private session<!-- todo: InPrivate? -->of WebView2. Browser-based SSO should seamlessly work in incognito<!-- todo: InPrivate? --> mode after enabling this flag. |
126
+
|`msSingleSignOnForInPrivateWebView2`| This flag enables the single sign-on (SSO) flow for InPrivate (Incognito) sessions of WebView2. Browser-based SSO should<!-- todo: style guide: avoid "should" https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/s/should-vs-must --> seamlessly work in InPrivate (Incognito) mode after enabling this flag. |
127
127
|`msSingleSignOnOSForPrimaryAccountIsShared`| If enabled, allows implicit sign-in to Microsoft webpages using any account, by using the information from the primary OS account. |
128
128
|`msSmartScreenProtection`| If enabled, SmartScreen protection will be available. |
129
129
|`msUseSpellCheckCorrectionsCard`| If enabled, a new corrections card UI is shown when the user clicks a misspelled word. |
0 commit comments