mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:17:35 +00:00
LibWeb: Add a string-to-same-site-attribute converter
This commit is contained in:
parent
a3d6c2f6af
commit
fce9fcf154
3 changed files with 13 additions and 7 deletions
|
@ -40,6 +40,7 @@ struct Cookie {
|
|||
};
|
||||
|
||||
StringView same_site_to_string(SameSite same_site_mode);
|
||||
SameSite same_site_from_string(StringView same_site_mode);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue