Shannon Booth
|
55a01e72ca
|
AK: Port URL username/password from DeprecatedString to String
And for cases that just need to check whether the password/username is
empty, add a raw_{password,username} helper to avoid any allocation.
|
2023-08-13 15:03:53 -06: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 |
|
Matthew Olsson
|
7c0c1c8f49
|
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2023-03-15 08:48:49 +01:00 |
|
Linus Groh
|
1e1fbb93fb
|
LibWeb: Implement 'Determine request’s Referrer' AO
|
2022-10-30 20:10:29 +00:00 |
|
Linus Groh
|
1e5cac9e9c
|
LibWeb: Implement 'Strip url for use as a referrer' AO
|
2022-10-30 20:10:29 +00: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 |
|