[New-bugs-announce] [issue38976] Add support for HTTP Only flag in MozillaCookieJar

Jacob Taylor report at bugs.python.org
Thu Dec 5 00:13:43 EST 2019


New submission from Jacob Taylor <me at jacobtaylor.id.au>:

This PR adds support for the HttpOnly flag as encoded in CURL cookiejars.

This PR was mainly designed to allow the MozillaCookieJar to parse in the cookies, as previously they were considered comments and ignored. 

As HttpOnly is considered a non-standard attribute, the nonstandard attribute dict was considered the most appropriate place to persist this information.

----------
components: Library (Lib)
messages: 357837
nosy: Jacob Taylor
priority: normal
severity: normal
status: open
title: Add support for HTTP Only flag in MozillaCookieJar
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38976>
_______________________________________


More information about the New-bugs-announce mailing list