mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
LibWeb: Change the "noreferrer" storage type to a named enum
This commit is contained in:
parent
1b811191cd
commit
bff109ee50
2 changed files with 6 additions and 5 deletions
|
@ -15,5 +15,6 @@ namespace Web::HTML::TokenizedFeature {
|
|||
}
|
||||
|
||||
TOKENIZED_FEATURE(NoOpener);
|
||||
TOKENIZED_FEATURE(NoReferrer);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue