GoogleCloudPlatform / webapp2

webapp2 is a framework for Google App Engine
https://webapp2.readthedocs.org
Other
142 stars 64 forks source link

Add support for new version of webob that has support to SameSite cookie flag #154

Open Rob1080 opened 4 years ago

Rob1080 commented 4 years ago

At the moment you can't add SameSite cookie flag in set_cookie. Is it possible to upgrade the version of WebOb that's used so that we can use the SameSite cookie flag?