This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jwag956
Recipients jwag956
Date 2021-06-19.22:25:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624141523.4.0.557016380209.issue44463@roundup.psfhosted.org>
In-reply-to
Content
In 3.8 the samesite attributes was added to http.cookies module.
However it hasn't been added to http.cookiejar module. The method: _normalized_cookie_tuples seems to have a hardcoded list of allowable attributes.

While the updated standard is still in draft stage (https://datatracker.ietf.org/doc/draft-ietf-httpbis-rfc6265bis/)
samesite is widely implemented and used (Chrome added support in 2017).
History
Date User Action Args
2021-06-19 22:25:23jwag956setrecipients: + jwag956
2021-06-19 22:25:23jwag956setmessageid: <1624141523.4.0.557016380209.issue44463@roundup.psfhosted.org>
2021-06-19 22:25:23jwag956linkissue44463 messages
2021-06-19 22:25:23jwag956create