ladybird/Tests/LibWeb/Text/expected/HSTS
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
..
hsts-header-ingest.txt
hsts-include-subdomains.txt
hsts-max-age-zero.txt
hsts-preload.txt LibWeb+LibHTTP: Consult HSTS preload list before dynamic-store IPC 2026-05-29 22:23:33 +02:00
hsts-upgrade.txt
hsts-worker-upgrade.txt