mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-08 16:12:23 +02: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.