From d177f5901290d3c9121f742f6748f856a43f902b Mon Sep 17 00:00:00 2001 From: hicINaNt <11701531+bin16@users.noreply.github.com> Date: Wed, 23 Feb 2022 09:47:01 +0800 Subject: [PATCH] remove --enable-automation flag to disable indication that browser is controlled by automation. --- ui.go | 1 - 1 file changed, 1 deletion(-) diff --git a/ui.go b/ui.go index bb4fa75..c839687 100644 --- a/ui.go +++ b/ui.go @@ -49,7 +49,6 @@ var defaultChromeArgs = []string{ "--no-first-run", "--no-default-browser-check", "--safebrowsing-disable-auto-update", - "--enable-automation", "--password-store=basic", "--use-mock-keychain", }