ladybird/Libraries/LibWeb/Loader
Luke Wilde 854d9c7da4 LibWeb+LibHTTP: Consult HSTS preload list before dynamic-store IPC
The preload list is static, immutable data compiled into LibHTTP.
ResourceLoader consults it in-process at the fetch layer before
falling back to the dynamic, per-profile store in the browser
process, so a preloaded host is upgraded without a synchronous IPC.
HSTSStore stays the dynamic store only; the preload list cannot be
unset by a max-age=0 response because it is consulted first, before
the store is ever queried.
2026-05-29 22:23:33 +02:00
..
ContentBlocker.cpp LibWeb: Refresh blocker CSS after relevant class/id changes 2026-05-24 08:16:46 +02:00
ContentBlocker.h LibWeb: Refresh blocker CSS after relevant class/id changes 2026-05-24 08:16:46 +02:00
FileRequest.cpp
FileRequest.h Everywhere: Abandon Swift adoption 2026-02-17 10:48:09 -05:00
GeneratedPagesLoader.cpp LibURL+LibWeb+LibWebView: Convert about:version to a proper WebUI 2026-04-21 06:59:11 -04:00
GeneratedPagesLoader.h LibURL+LibWeb+LibWebView: Convert about:version to a proper WebUI 2026-04-21 06:59:11 -04:00
LoadRequest.h LibWeb: Thread request context into ContentBlocker 2026-05-21 21:16:56 +02: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+LibHTTP: Consult HSTS preload list before dynamic-store IPC 2026-05-29 22:23:33 +02:00
ResourceLoader.h LibWeb+LibHTTP: Consult HSTS preload list before dynamic-store IPC 2026-05-29 22:23:33 +02:00
UserAgent.h LibWeb: Bump Chrome version in SAD_COMPATIBILITY_HACK 2026-03-13 18:44:47 +01:00