mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-06-28 04:00:33 +00:00
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. |
||
|---|---|---|
| .. | ||
| ContentBlocker.cpp | ||
| ContentBlocker.h | ||
| FileRequest.cpp | ||
| FileRequest.h | ||
| GeneratedPagesLoader.cpp | ||
| GeneratedPagesLoader.h | ||
| LoadRequest.h | ||
| NavigatorCompatibilityMode.h | ||
| ProxyMappings.cpp | ||
| ProxyMappings.h | ||
| ResourceLoader.cpp | ||
| ResourceLoader.h | ||
| UserAgent.h | ||