Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added "--disable-site-isolation-trials" to Chrome_without_security #204

Merged
merged 1 commit into from Jul 18, 2019
Merged

Commits on Jul 14, 2019

  1. added "--disable-site-isolation-trials" to Chrome_without_security

    This SO page https://stackoverflow.com/questions/53080472/chrome-disable-web-security-no-longer-works got me to what has been described here https://www.chromium.org/Home/chromium-security/site-isolation#TOC-Known-Issues so I thought it will be useful for others if the docs mention that fact :)
    
    macOS 10.14, Chrome 75.0.3770.100
    I had a problem testing a site and kept getting "Error: Uncaught SecurityError: Blocked a frame with origin..." even if I had provided "--disable-web-security" as per the example in the documentation. Seems Chrome has changed its security policies and that flag is no longer enough to get it out of the the CORS cage.
    gkostov committed Jul 14, 2019
    Copy the full SHA
    e99df52 View commit details
    Browse the repository at this point in the history