Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|
Andreas Kling
|
aef36ce828
|
LibWeb: Add ReferrerPolicy::EmptyString
One of the valid enum values for "referrer policy" is the empty string.
Since we're using an enum for this, just add it as an enum value.
|
2023-04-25 12:54:01 +02:00 |
|
Sam Atkins
|
88d64fcb55
|
LibWeb: Add HTMLAnchorElement.referrerPolicy property
|
2023-03-31 11:36:41 +01:00 |
|
Linus Groh
|
0ee8da9556
|
LibWeb: Add referrer policy to PolicyContainer
|
2022-10-24 22:58:37 +01:00 |
|
Linus Groh
|
dc6fb43d26
|
LibWeb: Add referrer policy to Fetch::Infrastructure::Request
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/
|
2022-09-27 14:56:17 +01:00 |
|