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
-
|`js-flags`| Specifies the flags passed to JS engine. |
106
+
|`js-flags`| Specifies the flags passed to the JS engine. Available flags: `scavenger_max_new_space_capacity_mb`: Specifies the maximum limit (in MB) for scavenger (minor) garbage collectors in the V8 JavaScript engine. <br/>A lower scavenger memory limit reduces memory usage, and increases the frequency of running minor garbage collectors. <br/>A higher scavenger memory limit increases memory usage, and reduces the frequency of running minor garbage collectors. |
107
107
|`lang`| The language file that WebView2 want to try to open. Of the form language[-country] where language is the 2-letter code from ISO-639. |
108
108
|`log-net-log`| Enables saving net log events to a file. If a value is given, that value is used as the directory path and file name. If no value is given, the file is named `netlog.json`, and is placed in the user data directory. |
109
109
|`msAbydos`| Enables the "handwriting-to-text" experience. |
110
110
|`msAbydosGestureSupport`| Allows users to use gestures (such as the scratchout gesture) to delete text by using a pen. Valid only if the `msAbydos` flag is enabled. |
111
111
|`msAbydosHandwritingAttr`| Whether the "handwriting-to-text" experience is enabled for input elements at the DOM level. Valid only if the `msAbydos` flag is enabled. |
112
+
|`msAllowAmbientAuthInPrivateWebView2`| This flag is to be used along with the `msSingleSignOnForInPrivateWebView2` browser flag, to enable single sign-on (SSO) with default credential flow or ambient authentication flow. |
112
113
|`msEdgeDesignerUI`| Use this flag to disable the Designer Shoreline App. This feature is not supported in WebView2. |
113
114
|`msEdgeHubAppDesigner `| Use this flag to disable the Designer Shoreline App. This feature is not supported in WebView2. |
114
115
|`msEdgeDesignerDriverFix `| Use this flag to disable getting content and automatically showing the Designer feature. This feature is not supported in WebView2. |
@@ -121,6 +122,7 @@ The following are some of the flags we've seen used.
121
122
|`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. |
122
123
|`msOverlayScrollbarWinStyle`| Whether the users can change between overlay and non-overlay modes for Fluent scrollbars. |
123
124
|`msPdfEnableAsPreview`| This features enables the PDF viewer to launch with a minimal toolbar and in read-only preview mode. |
125
+
|`msSingleSignOnForInPrivateWebView2`| This flag enables the single sign-on (SSO) flow for InPrivate (Incognito) sessions of WebView2. Enables browser-based SSO in InPrivate (Incognito) mode. |
124
126
|`msSingleSignOnOSForPrimaryAccountIsShared`| If enabled, allows implicit sign-in to Microsoft webpages using any account, by using the information from the primary OS account. |
125
127
|`msSmartScreenProtection`| If enabled, SmartScreen protection will be available. |
126
128
|`msUseSpellCheckCorrectionsCard`| If enabled, a new corrections card UI is shown when the user clicks a misspelled word. |
0 commit comments