add samesite cookie to cookie keys
This commit is contained in:
parent
04b04f094c
commit
5ee35e7eeb
|
@ -83,6 +83,7 @@ class Cookie(dict):
|
|||
"secure": "Secure",
|
||||
"httponly": "HttpOnly",
|
||||
"version": "Version",
|
||||
"samesite": "SameSite",
|
||||
}
|
||||
_flags = {'secure', 'httponly'}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user