Skip to content

Conversation

@afarber
Copy link
Contributor

@afarber afarber commented Dec 23, 2025

Fixes #10905

Add client-side validation for __Secure- and __Host- cookie prefixes as per RFC 6265bis.

The HttpCookieStore now rejects cookies that use these prefixes but don't meet the requirements (e.g., __Secure- without the Secure attribute, or __Host- with a Domain attribute).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support cookie name prefixes

1 participant