[issue38976] Add support for HTTP Only flag in MozillaCookieJar

2020-11-15 Thread Daniel Lenski
Change by Daniel Lenski : -- pull_requests: +22196 pull_request: https://github.com/python/cpython/pull/22798 ___ Python tracker ___ ___

[issue38976] Add support for HTTP Only flag in MozillaCookieJar

2020-11-15 Thread Daniel Lenski
Daniel Lenski added the comment: This issue is essentially a duplicate of the very-longstanding #2190. My PR (https://github.com/python/cpython/pull/22798) was submitted before this one, but this one was accepted and merged first. -- nosy: +dlenski __

[issue38976] Add support for HTTP Only flag in MozillaCookieJar

2020-10-23 Thread Senthil Kumaran
Change by Senthil Kumaran : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10 -Python 3.9 ___ Python tracker ___ __

[issue38976] Add support for HTTP Only flag in MozillaCookieJar

2020-10-23 Thread Senthil Kumaran
Senthil Kumaran added the comment: New changeset 16ee68da6e12bb2d79751b32cc37523fe4f4bb48 by Jacob Neil Taylor in branch 'master': bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471) https://github.com/python/cpython/commit/16ee68da6e12bb2d79751b32cc37523fe4f4bb48 ---

[issue38976] Add support for HTTP Only flag in MozillaCookieJar

2020-03-30 Thread Senthil Kumaran
Change by Senthil Kumaran : -- assignee: -> orsenthil nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[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 ___ ___

[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 at