fix: browser insecurity warning

This commit is contained in:
2026-01-18 22:13:03 +01:00
parent 5d1f3e2d20
commit d61ef0fe94
-1
View File
@@ -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",
}