Skip to content

Commit

Permalink
feat: disable-blink-features by default
Browse files Browse the repository at this point in the history
  • Loading branch information
route committed Jan 28, 2025
1 parent 2338302 commit 60374d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/ferrum/browser/options/chrome.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ class Chrome < Base
"safebrowsing-disable-auto-update" => nil,
"password-store" => "basic",
"no-startup-window" => nil,
"remote-allow-origins" => "*"
# NOTE: --no-sandbox is not needed if you properly setup a user in the container.
"remote-allow-origins" => "*",
"disable-blink-features" => "AutomationControlled"
# NOTE: --no-sandbox is not needed if you properly set up a user in the container.
# https://github.com/ebidel/lighthouse-ci/blob/master/builder/Dockerfile#L35-L40
# "no-sandbox" => nil,
}.freeze
Expand Down

0 comments on commit 60374d8

Please sign in to comment.