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

Remove the CORS flag #960

Merged
merged 2 commits into from
Nov 11, 2019
Merged

Remove the CORS flag #960

merged 2 commits into from
Nov 11, 2019

Commits on Nov 8, 2019

  1. Remove the CORS flag

    As far as I can tell we use "response tainting" for the same thing.
    
    This also fixes an issue whereby we checked origin tainting rather than response tainting in main fetch which results in a minor bug when it comes to opaquing A -> B -> A chains.
    annevk committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    d8a5d73 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Update fetch.bs

    Co-Authored-By: Michael[tm] Smith <mike@w3.org>
    annevk and sideshowbarker committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    70ffc79 View commit details
    Browse the repository at this point in the history