ladybird/Libraries/LibURL
Shannon Booth bd67a5afaa LibURL: Differentiate cross site opaque origins
Previously if we had two opaque origins both URLs were
being treated as same site.
2025-06-30 08:06:37 +01:00
..
Pattern LibRegex: Flatten capture group list in MatchState 2025-04-18 17:09:27 +02:00
CMakeLists.txt Meta+LibURL: Always enable public suffix data 2025-06-29 12:47:57 +01:00
Forward.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
Host.cpp LibURL: Correct logic for domains not matched by PSL in public_suffix 2025-06-29 12:47:57 +01:00
Host.h LibURL: Implement Host::public_suffix() and registrable_domain() 2024-11-30 12:07:39 +01:00
Origin.cpp LibURL: Use a nonce to distinguish opaque origins 2025-06-25 16:47:09 +01:00
Origin.h LibURL: Use a nonce to distinguish opaque origins 2025-06-25 16:47:09 +01:00
Parser.cpp LibURL: Remove uneeded FIXME for UTF-8 decode in URL parsing 2025-06-27 18:45:48 +12:00
Parser.h LibURL: Publicly expose ability to parse a host 2025-06-27 18:45:48 +12:00
Site.cpp LibURL: Differentiate cross site opaque origins 2025-06-30 08:06:37 +01:00
Site.h LibURL: Implement Site concept 2024-11-30 12:07:39 +01:00
URL.cpp LibURL: Replace use of URL::get_public_suffix 2025-06-29 12:47:57 +01:00
URL.h LibURL: Replace use of URL::get_public_suffix 2025-06-29 12:47:57 +01:00