ladybird/Libraries/LibWeb/Loader
Andreas Kling 508c046408 LibWeb: Bump Chrome version in SAD_COMPATIBILITY_HACK
Some web servers (like azure.com) are throttling us unless we claim
to be a more recent version of Chrome.

Before this change, every HTTP request would take up to 30 seconds
before receiving a response. After the change, azure.com responds
instantly.

This is very silly, but it's the game we have to play.
2026-03-13 18:44:47 +01:00
..
ContentFilter.cpp LibWeb: Use a faster string search algorithm for content filtering 2025-12-09 11:25:28 +00:00
ContentFilter.h LibWeb: Use a faster string search algorithm for content filtering 2025-12-09 11:25:28 +00:00
FileRequest.cpp
FileRequest.h Everywhere: Abandon Swift adoption 2026-02-17 10:48:09 -05:00
GeneratedPagesLoader.cpp AK: Remove unused include from NumberFormat 2026-02-17 12:38:51 +00:00
GeneratedPagesLoader.h LibWeb: Remove now-unused Resource and ResourceClient 2025-11-05 18:27:36 +01:00
LoadRequest.h LibWeb+RequestServer: Attach HTTP cookie headers from RequestServer 2026-02-10 12:21:20 +01:00
NavigatorCompatibilityMode.h LibWeb: Move NavigatorCompatibilityMode enum to its own file 2026-01-17 09:30:16 +01:00
ProxyMappings.cpp Everywhere: Remove some use of the URL constructors 2025-02-19 08:01:35 -05:00
ProxyMappings.h LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
ResourceLoader.cpp LibWeb+LibWebView+WebContent: Send service sockets over IPC channel 2026-03-12 20:32:55 +01:00
ResourceLoader.h LibWeb+LibWebView+WebContent: Send service sockets over IPC channel 2026-03-12 20:32:55 +01:00
UserAgent.h LibWeb: Bump Chrome version in SAD_COMPATIBILITY_HACK 2026-03-13 18:44:47 +01:00