ladybird/Tests/LibHTTP
Luke Wilde 08766d47f4 LibWeb+LibHTTP+LibWebView: Implement HSTS
When an HTTPS response carries a Strict-Transport-Security header, the
received policy is now respected. Subsequent HTTP requests to a known
HSTS host are upgraded to HTTPS before the fetch algorithm makes
further decisions such as CORS and mixed content.

Fixes tpexpress.co.uk, where an XHR redirects HTTPS -> HTTP -> HTTPS,
relying on a HSTS policy received on the document response to avoid the
CORS failure.
2026-05-29 22:23:33 +02:00
..
CMakeLists.txt LibWeb+LibHTTP+LibWebView: Implement HSTS 2026-05-29 22:23:33 +02:00
TestCacheIndex.cpp LibHTTP: Store associated data with disk cache entries 2026-05-06 08:20:06 +02:00
TestCacheUtilities.cpp LibHTTP: Implement the must-understand cache directive 2026-02-14 14:34:34 -05:00
TestDiskCache.cpp LibHTTP: Publish disk cache entries by rename 2026-05-16 08:13:35 +02:00
TestHSTSPolicy.cpp LibWeb+LibHTTP+LibWebView: Implement HSTS 2026-05-29 22:23:33 +02:00
TestHTTPUtils.cpp LibRegex: Add ECMAScriptRegex and migrate callers 2026-03-27 17:32:19 +01:00