ladybird/Userland/Libraries/LibWeb/Loader
Andreas Kling 4ead33d8fc LibWeb: Remove "LibWeb+LibJS/1.0" from the default User-Agent string
As it turns out, there are popular User-Agent blacklists out there with
the string "LibWeb" in them. Such entries have been added long before
our LibWeb existed, so "LibWeb" has presumably been used by some bot
that people got tired of.

Trying to chase down everyone who has installed these blacklists is
obviously a losing battle, so this patch simply removes the engine part
of our default UA string.
2023-08-24 07:14:51 +02:00
..
ContentFilter.cpp Browser+Ladybird+LibWeb: Port content filters to String 2023-04-22 12:32:40 +02:00
ContentFilter.h Browser+Ladybird+LibWeb: Port content filters to String 2023-04-22 12:32:40 +02:00
FileDirectoryLoader.cpp LibWeb: Add directory entries page when visiting a local directory 2023-08-15 10:41:54 +01:00
FileDirectoryLoader.h LibWeb: Add directory entries page when visiting a local directory 2023-08-15 10:41:54 +01:00
FileRequest.cpp
FileRequest.h
FrameLoader.cpp LibWeb: Add directory entries page when visiting a local directory 2023-08-15 10:41:54 +01:00
FrameLoader.h LibWeb: Add directory entries page when visiting a local directory 2023-08-15 10:41:54 +01:00
LoadRequest.cpp
LoadRequest.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
ProxyMappings.cpp
ProxyMappings.h
Resource.cpp LibWeb: Set Content-Type for data: URLs instead of checking MIME on load 2023-08-01 14:19:05 +02:00
Resource.h LibWeb: Remove ImageLoader and ImageResource 2023-06-11 20:37:12 +02:00
ResourceLoader.cpp LibWeb: Add directory entries page when visiting a local directory 2023-08-15 10:41:54 +01:00
ResourceLoader.h LibWeb: Remove "LibWeb+LibJS/1.0" from the default User-Agent string 2023-08-24 07:14:51 +02:00