ladybird/Userland/Libraries/LibURL
Shannon Booth db3f118046 LibURL: Fix heuristic for URL domain parsing IDNA fast path
Our heuristic was a bit too simplistic and would not run through the
ToASCII unicode algorithm which performs some extra validation. This
would cause invalid URLs that should fail to be parsed be mistakenly
accepted.

This fixes 8 tests in: https://wpt.live/url/url-constructor.any.html
2024-08-06 23:08:12 +01:00
..
CMakeLists.txt LibURL+LibUnicode+LibWebView: Handle punycode directly in LibURL 2024-03-26 12:25:21 -04:00
Forward.h LibURL: Add BlobURLEntry to URL 2024-05-12 15:46:29 -06:00
Parser.cpp LibURL: Fix heuristic for URL domain parsing IDNA fast path 2024-08-06 23:08:12 +01:00
Parser.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
URL.cpp LibURL: Remove unused URL::create_with_help_scheme 2024-08-06 23:08:12 +01:00
URL.h LibURL: Remove unused URL::create_with_help_scheme 2024-08-06 23:08:12 +01:00