Skip to content

Conversation

@pgjones
Copy link
Member

@pgjones pgjones commented Feb 8, 2020

The relevant specification text is,

Rather than allowing a space-separated list of origins, it is
either a single origin or the string "null".[0]

and

Note: null should not be used[1]

it is clear that the previous HeaderSet usage was wrong. (Also note
that the value is case sensitive)[0].

0: https://www.w3.org/TR/cors/
1: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin

The relevant specification text is,

    Rather than allowing a space-separated list of origins, it is
    either a single origin or the string "null".[0]

and

    Note: null should not be used[1]

it is clear that the previous HeaderSet usage was wrong. (Also note
that the value is case sensitive)[0].

[0]: https://www.w3.org/TR/cors/
[1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin
@davidism davidism merged commit efe2377 into pallets:1.0.x Feb 9, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2020
@pgjones pgjones deleted the cors branch June 11, 2022 09:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants