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