Skip to content

Commit 66f983f

Browse files
committed
InPrivate/Incognito
1 parent ed661ed commit 66f983f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

microsoft-edge/webview2/concepts/browser-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The following shortcuts are always turned off in WebView2, or are effectively tu
153153
| Browser Task Manager `*` | **Shift+Escape** |
154154
| Edge Feedback `*` | **Shift+Alt+I** |
155155
| Mute Tab `*` | **Ctrl+M** |
156-
| New Incognito<!-- todo: InPrivate? --> Window | **Ctrl+Shift+N** |
156+
| New InPrivate (Incognito) Window | **Ctrl+Shift+N** |
157157
| New Tab | **Ctrl+T** |
158158
| New Window | **Ctrl+N** |
159159
| Restore Last Closed Tab | **Ctrl+Shift+T** |

microsoft-edge/webview2/concepts/webview-features-flags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The following are some of the flags we've seen used.
101101
| `HardwareMediaKeyHandling` | Enables handling of hardware media keys for controlling media. |
102102
| `ignore-certificate-errors` | Ignores certificate-related errors. |
103103
| `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. |
105105
| `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. |
106106
| `js-flags` | Specifies the flags passed to JS engine. |
107107
| `--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.
123123
| `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. |
124124
| `msOverlayScrollbarWinStyle` | Whether the users can change between overlay and non-overlay modes for Fluent scrollbars. |
125125
| `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. |
127127
| `msSingleSignOnOSForPrimaryAccountIsShared` | If enabled, allows implicit sign-in to Microsoft webpages using any account, by using the information from the primary OS account. |
128128
| `msSmartScreenProtection` | If enabled, SmartScreen protection will be available. |
129129
| `msUseSpellCheckCorrectionsCard` | If enabled, a new corrections card UI is shown when the user clicks a misspelled word. |

0 commit comments

Comments
 (0)