1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 02:05:07 +00:00
serenity/Userland/Libraries/LibWeb/Loader
Andreas Kling bf5ad56085 LibWeb: Ignore preconnect requests for file: and data: URLs
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.
2023-12-30 13:49:50 +01:00
..
ContentFilter.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ContentFilter.h Browser+Ladybird+LibWeb: Port content filters to String 2023-04-22 12:32:40 +02:00
FileRequest.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
FileRequest.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
GeneratedPagesLoader.cpp LibWeb: Use resources to find internal HTML template paths 2023-12-27 10:54:07 -05:00
GeneratedPagesLoader.h LibWeb: Use resources to find internal HTML template paths 2023-12-27 10:54:07 -05:00
LoadRequest.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
LoadRequest.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ProxyMappings.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ProxyMappings.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Resource.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Resource.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ResourceLoader.cpp LibWeb: Ignore preconnect requests for file: and data: URLs 2023-12-30 13:49:50 +01:00
ResourceLoader.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30