mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
* Remove the referrer policy from document and rely on its policy container Signed-off-by: Shane Handley <shanehandley@fastmail.com> * Make ReferrerPolicy non-optional, instead using a new enum value to represent the empty string case Signed-off-by: Shane Handley <shanehandley@fastmail.com> * Fix clippy issue Signed-off-by: Shane Handley <shanehandley@fastmail.com> * Fix usage of Option<ReferrerPolicy> in unit test Signed-off-by: Shane Handley <shanehandley@fastmail.com> --------- Signed-off-by: Shane Handley <shanehandley@fastmail.com> |
||
---|---|---|
.. | ||
no-referrer | ||
no-referrer-when-downgrade | ||
origin | ||
origin-when-cross-origin | ||
same-origin | ||
strict-origin | ||
strict-origin-when-cross-origin | ||
unsafe-url | ||
unset |