Files
ladybird/Tests/LibWeb/Text/expected/HTML/referrer-policy-http-header.txt
Tim Ledbetter 82db5c3f20 LibWeb: Parse Referrer-Policy header when creating policy container
Previously, when creating a policy container from a fetch response, the
Referrer-Policy HTTP header was not being parsed. This meant documents
loaded with a Referrer-Policy header would ignore the policy and use the
default.
2026-01-12 13:07:14 +01:00

3 lines
89 B
Plaintext

no-referrer policy: PASS (no Referer header sent)
origin policy: PASS (only origin sent)