mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-01-11 22:40:32 +00:00
fix: login with facebook fixed
This commit is contained in:
parent
1d9403f559
commit
c8539a29b2
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ impl PartialUi for WebView {
|
|||
let controller_clone = data.controller.clone();
|
||||
let endpoint = data.endpoint.clone();
|
||||
let dev_tools = data.dev_tools.clone();
|
||||
let webview_flags = "--disable-web-security --autoplay-policy=no-user-gesture-required --disable-features=msWebOOUI,msPdfOOUI,msSmartScreenProtection";
|
||||
let webview_flags = "--autoplay-policy=no-user-gesture-required --disable-features=msWebOOUI,msPdfOOUI,msSmartScreenProtection";
|
||||
let result = webview2::EnvironmentBuilder::new()
|
||||
.with_additional_browser_arguments(webview_flags)
|
||||
.build(move |env| {
|
||||
|
|
|
|||
Loading…
Reference in a new issue