diff --git a/shared/open_browser.go b/shared/open_browser.go index 324b8ce..9f9e678 100644 --- a/shared/open_browser.go +++ b/shared/open_browser.go @@ -24,7 +24,6 @@ func OpenBrowserWindow(url string, fullscreen bool, profile string) error { fmt.Sprintf("--app=%s", url), "--autoplay-policy=no-user-gesture-required", fmt.Sprintf("--user-data-dir=%s", browserProfileDirPath), - "--disable-web-security", "--allow-running-insecure-content", "--disable-features=XFrameOptions", }