Pylons / pyramid

Pyramid - A Python web framework
https://trypyramid.com/
Other
3.97k stars 887 forks source link

Clarify that the string 'None' should be the value for `samesite` #3608

Closed stevepiercy closed 4 years ago

stevepiercy commented 4 years ago
stevepiercy commented 4 years ago

If this is good, then it should be backported to 1.10 and 1.09.

digitalresistor commented 4 years ago

This is good.

digitalresistor commented 4 years ago

Also, validate that it needs to be ported to 1.09, I am not sure when we introduced support for SameSite='none'

stevepiercy commented 4 years ago

Yup, 1.10 only, not 1.9. Thanks for the review.