1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 11:37:44 +00:00

Browser: Show SameSite attribute in cookie storage inspector

This commit is contained in:
Smrtnyk 2022-10-21 13:01:06 +02:00 committed by Linus Groh
parent b08ae57b23
commit cb480fa3dc
3 changed files with 7 additions and 1 deletions

View file

@ -22,6 +22,7 @@ public:
Name,
Value,
ExpiryTime,
SameSite,
__Count,
};