mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
I noticed while debugging a fully downloaded page that it was trying to preconnect to a file:// host. That doesn't make any sense, so let's add a tiny bit of logic to ignore preconnect requests for file: and data: URLs.