diff --git a/lib/ferrum/browser/options/chrome.rb b/lib/ferrum/browser/options/chrome.rb index 3461b715..6a15b5a6 100644 --- a/lib/ferrum/browser/options/chrome.rb +++ b/lib/ferrum/browser/options/chrome.rb @@ -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,