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

Refactor the CORS check #824

Merged
merged 1 commit into from
Nov 5, 2018
Merged

Refactor the CORS check #824

merged 1 commit into from
Nov 5, 2018

Conversation

annevk
Copy link
Member

@annevk annevk commented Nov 1, 2018

In particular, make it use header list's get operation to retrieve the Access-Control-Allow-Origin and Access-Control-Allow-Credentials values.

Tests: web-platform-tests/wpt#13815.

In particular, make it use header list's get operation to retrieve the Access-Control-Allow-Origin and Access-Control-Allow-Credentials values.

Tests: web-platform-tests/wpt#13815.
@annevk
Copy link
Member Author

annevk commented Nov 1, 2018

@annevk
Copy link
Member Author

annevk commented Nov 1, 2018

I also created web-platform-tests/wpt#13841 which shows the exact same browser bugs for Access-Control-Allow-Credentials. (Though Chrome is fixed now.)

annevk added a commit to web-platform-tests/wpt that referenced this pull request Nov 1, 2018
@annevk annevk merged commit 3fb65a0 into master Nov 5, 2018
@annevk
Copy link
Member Author

annevk commented Nov 5, 2018

(I'd prefer review for PRs like this, but since it's hard to get them for Fetch I'll sometimes merge if all the other boxes are ticked. If you'd like me to stop doing this please let me know, but then we also need to figure out the reviewer situation.)

@annevk annevk deleted the annevk/cors-check branch November 5, 2018 15:31
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Nov 10, 2018
…parsing, a=testonly

Automatic update from web-platform-testsFetch: Access-Control-Allow-Credentials parsing

For whatwg/fetch#824.

--

wpt-commits: 43452a39a63658cd6cbaaefcc3d7056e21a18db5
wpt-pr: 13841
jyc pushed a commit to jyc/gecko that referenced this pull request Nov 11, 2018
…parsing, a=testonly

Automatic update from web-platform-testsFetch: Access-Control-Allow-Credentials parsing

For whatwg/fetch#824.

--

wpt-commits: 43452a39a63658cd6cbaaefcc3d7056e21a18db5
wpt-pr: 13841
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request Oct 3, 2019
…parsing, a=testonly

Automatic update from web-platform-testsFetch: Access-Control-Allow-Credentials parsing

For whatwg/fetch#824.

--

wpt-commits: 43452a39a63658cd6cbaaefcc3d7056e21a18db5
wpt-pr: 13841

UltraBlame original commit: ad7e46baf65c342aea771f1539b22c8db961e965
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request Oct 3, 2019
…parsing, a=testonly

Automatic update from web-platform-testsFetch: Access-Control-Allow-Credentials parsing

For whatwg/fetch#824.

--

wpt-commits: 43452a39a63658cd6cbaaefcc3d7056e21a18db5
wpt-pr: 13841

UltraBlame original commit: ad7e46baf65c342aea771f1539b22c8db961e965
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request Oct 3, 2019
…parsing, a=testonly

Automatic update from web-platform-testsFetch: Access-Control-Allow-Credentials parsing

For whatwg/fetch#824.

--

wpt-commits: 43452a39a63658cd6cbaaefcc3d7056e21a18db5
wpt-pr: 13841

UltraBlame original commit: ad7e46baf65c342aea771f1539b22c8db961e965
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant