[issue2190] MozillaCookieJar ignores HttpOnly cookies

2020-11-15 Thread Jacob Taylor


Change by Jacob Taylor :


--
nosy: +Jacob Taylor
nosy_count: 8.0 -> 9.0
pull_requests: +22197
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/17471

___
Python tracker 
<https://bugs.python.org/issue2190>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38976] Add support for HTTP Only flag in MozillaCookieJar

2019-12-04 Thread Jacob Taylor


Change by Jacob Taylor :


--
keywords: +patch
pull_requests: +16951
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/17471

___
Python tracker 
<https://bugs.python.org/issue38976>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38976] Add support for HTTP Only flag in MozillaCookieJar

2019-12-04 Thread Jacob Taylor


New submission from Jacob Taylor :

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 
<https://bugs.python.org/issue38976>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com