From 87771a54d31562409d0d042d7f7e81dde5c28fc6 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 1 Aug 2018 11:51:19 -0400 Subject: implement samesite option for AuthTktAuthenticationPolicy and CookieCSRFStoragePolicy --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index e09c3723c..93f25bd69 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -37,6 +37,10 @@ Features ``pyramid.session.UnencryptedCookieSessionFactoryConfig``. See https://github.com/Pylons/pyramid/pull/3300 +- Modify ``pyramid.authentication.AuthTktAuthenticationPolicy`` and + ``pyramid.csrf.CookieCSRFStoragePolicy`` to support the SameSite option on + cookies. See https://github.com/Pylons/pyramid/pull/3319 + - Added new ``pyramid.httpexceptions.HTTPPermanentRedirect`` exception/response object for a HTTP 308 redirect. See https://github.com/Pylons/pyramid/pull/3302 -- cgit v1.2.3