ladybird/Libraries/LibHTTP/Cookie
Shannon Booth 6719f01a40 LibHTTP: Treat PSL star-rule domains as public suffixes
Use IncludeStarRule::Yes for cookie public-suffix checks so domains not
explicitly listed in the PSL still get treated as public suffixes via
the implicit * rule. This fixes accepting cookies for bare TLD-like
domains.
2026-06-16 06:14:07 +02:00
..
Cookie.cpp LibHTTP: Treat PSL star-rule domains as public suffixes 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