serenity/Userland
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
..
Applets LibGUI: Add deprecated suffix to {set_,}tooltip in Widget 2023-08-18 10:43:37 +01:00
Applications Ladybird+LibWebView: Rename some "on get" notifications to "on received" 2023-08-23 12:07:02 -04:00
BuggieBox Userland: Pretty print the help text in BuggieBox 2023-08-09 02:10:02 +02:00
Demos Mandelbrot: Pledge unix to enable image export 2023-08-17 07:14:54 +02:00
DevTools LibGUI: Replace DeprecatedString usage in Widget 2023-08-18 10:43:37 +01:00
DynamicLoader LibC+LibELF: Support loading shared libraries compiled with dynamic TLS 2023-08-18 16:20:13 +02:00
Games Flood: Replace usage of DeprecatedString 2023-08-23 13:28:07 +02:00
Libraries LibWeb: Remove "LibWeb+LibJS/1.0" from the default User-Agent string 2023-08-24 07:14:51 +02:00
Services WebContent+LibWebView: Add support for user style sheets 2023-08-23 05:32:10 +02:00
Shell Shell: Add builtin command to reset the internal state 2023-08-11 18:48:53 +03:30
Utilities Ladybird+LibWebView: Migrate input completions to LibWebView callbacks 2023-08-23 12:07:02 -04:00
CMakeLists.txt