1
Fork 0
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:
Timothy Flynn 2023-03-21 06:58:09 -04:00 committed by Andreas Kling
parent 1b811191cd
commit bff109ee50
2 changed files with 6 additions and 5 deletions

View file

@ -15,5 +15,6 @@ namespace Web::HTML::TokenizedFeature {
}
TOKENIZED_FEATURE(NoOpener);
TOKENIZED_FEATURE(NoReferrer);
}