mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:17:35 +00:00
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/
This commit is contained in:
parent
a602a4c780
commit
dc6fb43d26
3 changed files with 32 additions and 1 deletions
|
@ -357,6 +357,10 @@ namespace Web::Platform {
|
|||
class Timer;
|
||||
}
|
||||
|
||||
namespace Web::ReferrerPolicy {
|
||||
enum class ReferrerPolicy;
|
||||
}
|
||||
|
||||
namespace Web::RequestIdleCallback {
|
||||
class IdleDeadline;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue