Skip to content

Commit

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

0 comments on commit b8b0128

Please sign in to comment.