ladybird/Libraries/LibHTTP/Cookie
Shannon Booth 3f7b31fc78 LibURL: Let Host use PublicSuffixData star rule matching
Ever since PublicSuffixData was created, it was using "no star rule"
matching, which is what is needed for the address bar to distinguish
between a domain and a search. URL::Host on the other hand requires
the fallback star rule. Which rule is needed depends on the use case
of the PSL. Support both use cases by a flag in PublicSuffixData.
2026-06-16 06:14:07 +02:00
..
Cookie.cpp LibURL: Let Host use PublicSuffixData star rule matching 2026-06-16 06:14:07 +02:00
Cookie.h LibHTTP: Clean up old cookie code a bit 2026-02-10 12:21:20 +01:00
IncludeCredentials.h LibHTTP+LibWeb: Move the IncludeCredentials enum to LibHTTP 2026-02-10 12:21:20 +01:00
ParsedCookie.cpp LibHTTP: Preserve single-dot cookie domains 2026-06-16 06:14:07 +02:00
ParsedCookie.h LibHTTP: Expose cookie date parser 2026-06-11 15:03:47 +01:00