How can you enable/disable a chrome or edge browser flag with WebView2? #4631
Unanswered
tamuseanmiller
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to find a way to specifically disable a browser flag like the ones in chrome://flags or edge://flags on my local device to test inside of WebView2. Can I use something like
WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS
to do this and if so how can I use it?I was trying to use this to disable a flag like this:
WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS="enable-tls13-kyber=false"
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions