summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/ReferrerPolicy
AgeCommit message (Collapse)Author
2023-03-31LibWeb: Add HTMLAnchorElement.referrerPolicy propertySam Atkins
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2022-10-30LibWeb: Implement 'Determine request’s Referrer' AOLinus Groh
2022-10-30LibWeb: Implement 'Strip url for use as a referrer' AOLinus Groh
2022-10-24LibWeb: Add referrer policy to PolicyContainerLinus Groh
2022-09-27LibWeb: Add referrer policy to Fetch::Infrastructure::RequestLinus Groh
The enum is in its own directory and namespace as there's a standalone spec for it, that will later also house AOs. - https://w3c.github.io/webappsec-referrer-policy/ - https://www.w3.org/TR/referrer-policy/