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

cookie: Add support for cookie prefixes #3554

Closed

Conversation

danielgustafsson
Copy link
Member

The draft-ietf-httpbis-cookie-prefixes-00 draft, which has been adopted by the major browsers, specify a set of prefixes and how they should affect cookie initialization. This adds support for the two prefixes defined, __Host- and __Secure- and updates the testcase with the supplied examples from the draft.

The draft-ietf-httpbis-cookie-prefixes-00 draft, which has been
adopted by the major browsers, specify a set of prefixes and how
they should affect cookie initialization. This adds support for
the two prefixes defined, __Host- and __Secure and updates the
testcase with the supplied examples from the draft.

Closes #xxxx
@bagder
Copy link
Member

bagder commented Feb 11, 2019

BTW, it seems the cookie prefix draft was adopted in to the rfc6265bis work so the latest one is probably this: https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-02

@danielgustafsson
Copy link
Member Author

BTW, it seems the cookie prefix draft was adopted in to the rfc6265bis work so the latest one is probably this: https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-02

Nice catch, so it did. Will update the PR referencing that one instead.

@lock lock bot locked as resolved and limited conversation to collaborators May 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants