Skip to content

Commit

Permalink
fix: login with facebook fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
core1024 committed Sep 17, 2024
1 parent 842c500 commit d4bafd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stremio_app/stremio_wevbiew/wevbiew.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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| {
Expand Down

0 comments on commit d4bafd1

Please sign in to comment.