From 36a77caf0fc720b159df1def168acc7e408fdc76 Mon Sep 17 00:00:00 2001 From: Justin Vieira Date: Sun, 7 Jan 2024 12:48:49 -0500 Subject: [PATCH] Fixes Updated chrome - now ui.New fails to start #184 (#185) Co-authored-by: Justin Vieira --- ui.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ui.go b/ui.go index bb4fa75..6849d9d 100644 --- a/ui.go +++ b/ui.go @@ -52,6 +52,7 @@ var defaultChromeArgs = []string{ "--enable-automation", "--password-store=basic", "--use-mock-keychain", + "--remote-allow-origins=*", } // New returns a new HTML5 UI for the given URL, user profile directory, window