ladybird/Userland
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
..
Libraries LibURL: Fix heuristic for URL domain parsing IDNA fast path 2024-08-06 23:08:12 +01:00
Services LibProtocol+RequestServer: Add IPC to dump RequestServer connection info 2024-08-03 15:53:07 -04:00
Utilities LibURL+Everywhere: Only percent decode URL paths when actually needed 2024-08-05 09:58:13 +02:00