Skip to content

Commit 60374d8

Browse files
committed
feat: disable-blink-features by default
1 parent 2338302 commit 60374d8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/ferrum/browser/options/chrome.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ class Chrome < Base
3838
"safebrowsing-disable-auto-update" => nil,
3939
"password-store" => "basic",
4040
"no-startup-window" => nil,
41-
"remote-allow-origins" => "*"
42-
# NOTE: --no-sandbox is not needed if you properly setup a user in the container.
41+
"remote-allow-origins" => "*",
42+
"disable-blink-features" => "AutomationControlled"
43+
# NOTE: --no-sandbox is not needed if you properly set up a user in the container.
4344
# https://github.com/ebidel/lighthouse-ci/blob/master/builder/Dockerfile#L35-L40
4445
# "no-sandbox" => nil,
4546
}.freeze

0 commit comments

Comments
 (0)