mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
LibURL parses "localhost:8000" as a URL with a scheme of "localhost" and basename of "8000". Similar to "mailto:" URLs. We then drop the URL as having an invalid scheme. Let's explicitly check for such localhost URLs here and prepend a valid scheme, as it is a bit of a special case.