Skip to content

Commit

Permalink
add a new flag
Browse files Browse the repository at this point in the history
  • Loading branch information
monica-ch committed Sep 14, 2024
1 parent 3e840d6 commit 4af16a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions microsoft-edge/webview2/concepts/webview-features-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ The following are some of the flags we've seen used.
| `msEdgeDesignerDriverFix ` | Use this flag to disable getting content and automatically showing the Designer feature. This feature is not supported in WebView2. |
| `msEdgeFluentOverlayScrollbar` | Force-enables Fluent Overlay scrollbars, overriding whatever value `kFluentScrollbar` may hold at the moment. |
| `msEdgeDevToolsWdpRemoteDebugging` | Enables remote debugging. See [Remote debugging WebView2 WinUI 2 (UWP) apps](../how-to/remote-debugging.md), [Remotely debug Windows devices](../../devtools-guide-chromium/remote-debugging/windows.md). |
| `msEdgeWebViewApplyWebResourceRequestedFilterForOOPIFs` | If enabled, [AddWebResourceRequestedFilter](dotnet/api/microsoft.web.webview2.core.corewebview2.addwebresourcerequestedfilter) will also apply to out-of-process iframes.
| `msEnhancedTextContrast` | Improves text contrast enhancement and gamma correction to match the quality and clarity of other native Windows applications. When this flag is used, font rendering respects user ClearType Tuner settings when applying text contrast enhancement and gamma correction. |
| `msEnhancedTrackingPreventionEnabled` | Enables native privacy protection features, such as blocking cookies and web requests that reside in domains that are known to be tracking domains. |
| `msFloatyMode` | If `false`, disables the Floaty feature. Use this flag to disable the Floaty feature, because WebView doesn't support browser retention experiments. |
Expand Down

0 comments on commit 4af16a2

Please sign in to comment.