Skip to content

Use "credentials mode" instead of "CORS setting" for modules#607

Merged
domenic merged 1 commit intomasterfrom
tidy-script-cors
Feb 2, 2016
Merged

Use "credentials mode" instead of "CORS setting" for modules#607
domenic merged 1 commit intomasterfrom
tidy-script-cors

Conversation

@domenic
Copy link
Member

@domenic domenic commented Feb 2, 2016

This is a purely editorial update. We have essentially two types
representing the credentials mode. Previously we used the CORS setting
type up until the last minute, where we converted it into a credentials
mode. This ends up being inconvenient for worker-modules, so instead we
now convert from CORS setting to credentials mode up front and use that
throughout.

This is a purely editorial update. We have essentially two types
representing the credentials mode. Previously we used the CORS setting
type up until the last minute, where we converted it into a credentials
mode. This ends up being inconvenient for worker-modules, so instead we
now convert from CORS setting to credentials mode up front and use that
throughout.
@domenic domenic mentioned this pull request Feb 2, 2016
@annevk
Copy link
Member

annevk commented Feb 2, 2016

Quick scan suggests LGTM.

@domenic domenic merged commit 7a0ce07 into master Feb 2, 2016
@domenic domenic deleted the tidy-script-cors branch February 2, 2016 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants