[pylons-discuss] 'samesite' cookie attribute and Chrome changes

2020-01-22 Thread Mike Orr
On Tue, Jan 21, 2020 at 9:26 PM Bert JW Regeer wrote [on pylons-devel]: > A new version of WebOb has been released, version 1.8.6 > > This adds a new option for the SameSite cookie attribute to match the draft > RFC that Google has implemented in their browser Chrome. > >

[pylons-discuss] Re: 'samesite' cookie attribute and Chrome changes

2020-01-22 Thread Jonathan Vanasco
1. Bert, thank you! 2. Mike, this stuff is generally a mess: There are now 4 valid options for a cookie: Python Value | Cookie Value (all strings) None | "None" | None< this is the new "experimental" one that google has forced "Strict" | Strict "Lax"| Lax You