From d61ef0fe94740a9e1af9b5144698e9ee03418b94 Mon Sep 17 00:00:00 2001 From: 2mal3 <56305732+2mal3@users.noreply.github.com> Date: Sun, 18 Jan 2026 22:13:03 +0100 Subject: [PATCH] fix: browser insecurity warning --- shared/open_browser.go | 1 - 1 file changed, 1 deletion(-) 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", }