Files
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
..