Skip to content

Commit

Permalink
Merge pull request #3275 from MicrosoftDocs/user/monicach/Flags
Browse files Browse the repository at this point in the history
Add wv2 flag `msEdgeWebViewApplyWebResourceRequestedFilterForOOPIFs`
  • Loading branch information
captainbrosset authored Sep 24, 2024
2 parents 5f5c26d + 9c1e668 commit 64c8b40
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 this flag is enabled, the `AddWebResourceRequestedFilter` method (including overloads) will also apply to out-of-process iframes. <br/>.NET: [AddWebResourceRequestedFilter](/dotnet/api/microsoft.web.webview2.core.corewebview2.addwebresourcerequestedfilter) <br/>WinRT: [AddWebResourceRequestedFilter](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2#addwebresourcerequestedfilter) <br/>Win32: [AddWebResourceRequestedFilterWithRequestSourceKinds](/microsoft-edge/webview2/reference/win32/icorewebview2_22#addwebresourcerequestedfilterwithrequestsourcekinds) |
| `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 64c8b40

Please sign in to comment.