We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1a250 commit 11ca014Copy full SHA for 11ca014
1 file changed
Lib/http/cookies.py
@@ -462,7 +462,7 @@ def OutputString(self, attrs=None):
462
( # Optional group: there may not be a value.
463
\s*=\s* # Equal Sign
464
(?P<val> # Start of group 'val'
465
- "(?:\\"|.)*?" # Any double-quoted string
+ [^"\\]+ # Any unquoted string (avoid
466
| # or
467
# Special case for "expires" attr
468
(\w{3,6}day|\w{3}),\s # Day of the week or abbreviated day
0 commit comments