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

Include "content-type" in cors safelisted request headers. #12915

Merged
merged 1 commit into from Aug 23, 2016

Commits on Aug 22, 2016

  1. Include "content-type" in cors safelisted request headers.

    This commit allows headers with "content-type" name to be classified as valid header name, depending on its value according to [the Fetch spec](https://fetch.spec.whatwg.org/#cors-safelisted-request-header). As a result of this change, more request web platform tests pass, whose expected test results are updated with this commit.
    jeenalee committed Aug 22, 2016
You can’t perform that action at this time.