ladybird/Libraries/LibWeb/Cookie
Timothy Flynn 0571e578d6 LibWeb: Reject cookies with non-ASCII domains
This is an alternate fix for the issue addressed by commit
8156531477.

Turns out we don't want to isomorphic decode the cookie header, but
decode it as UTF-8 to align with document.cookie. That will be
addressed in a subsequent commit.
2026-02-08 23:14:31 +01:00
..
Cookie.cpp LibWeb+LibWebView+WebContent: Implement versioning for document cookies 2026-02-05 07:28:07 -05:00
Cookie.h LibWeb+LibWebView+WebContent: Implement versioning for document cookies 2026-02-05 07:28:07 -05:00
ParsedCookie.cpp LibWeb: Reject cookies with non-ASCII domains 2026-02-08 23:14:31 +01:00
ParsedCookie.h LibWeb: Place all cookie-related spec AOs in a single file 2026-01-30 07:36:13 -05:00