We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2338302 commit 60374d8Copy full SHA for 60374d8
lib/ferrum/browser/options/chrome.rb
@@ -38,8 +38,9 @@ class Chrome < Base
38
"safebrowsing-disable-auto-update" => nil,
39
"password-store" => "basic",
40
"no-startup-window" => nil,
41
- "remote-allow-origins" => "*"
42
- # NOTE: --no-sandbox is not needed if you properly setup a user in the container.
+ "remote-allow-origins" => "*",
+ "disable-blink-features" => "AutomationControlled"
43
+ # NOTE: --no-sandbox is not needed if you properly set up a user in the container.
44
# https://github.com/ebidel/lighthouse-ci/blob/master/builder/Dockerfile#L35-L40
45
# "no-sandbox" => nil,
46
}.freeze
0 commit comments