mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
capitialize "HttpOnly" and "Secure" as they appear in the standard and other impls (closes #23250)
Patch by Jon Dufresne.
This commit is contained in:
parent
f716d8b7a5
commit
bd341629b0
3 changed files with 7 additions and 4 deletions
|
@ -330,8 +330,8 @@ class Morsel(dict):
|
|||
"comment" : "Comment",
|
||||
"domain" : "Domain",
|
||||
"max-age" : "Max-Age",
|
||||
"secure" : "secure",
|
||||
"httponly" : "httponly",
|
||||
"secure" : "Secure",
|
||||
"httponly" : "HttpOnly",
|
||||
"version" : "Version",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue