Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-31 | LibWeb: Add HTMLAnchorElement.referrerPolicy property | Sam Atkins | |
2023-03-15 | LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr | Matthew Olsson | |
2022-10-30 | LibWeb: Implement 'Determine request’s Referrer' AO | Linus Groh | |
2022-10-30 | LibWeb: Implement 'Strip url for use as a referrer' AO | Linus Groh | |
2022-10-24 | LibWeb: Add referrer policy to PolicyContainer | Linus Groh | |
2022-09-27 | LibWeb: Add referrer policy to Fetch::Infrastructure::Request | Linus 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/ |