Context
Is there any specific reasons behind launching the Chrome process with disable-web-security?
|
"disable-web-security" => nil, |
This flag is at least disabling the same-origin policy hence having security implications if the browser is navigating to arbitrary websites.
Suggestion
Do not use the disable-web-security flag by default
Context
Is there any specific reasons behind launching the Chrome process with disable-web-security?
ferrum/lib/ferrum/browser/options/chrome.rb
Line 12 in 19767d0
This flag is at least disabling the same-origin policy hence having security implications if the browser is navigating to arbitrary websites.
Suggestion
Do not use the
disable-web-securityflag by default