ASWWU-Web / python_server

The API server for ASWWU Web. This project uses the Tornado web framework to serve and manage data across all ASWWU sites.
https://aswwu.com/server
4 stars 10 forks source link

Explore cookie configuration, chrome may be making a breaking update for dev mode #120

Open ermsdev opened 5 years ago

ermsdev commented 5 years ago

Chrome Console Message

A cookie associated with a cross-site resource at http://aswwu.com/ was set without
the `SameSite` attribute. A future release of Chrome will only deliver cookies with
cross-site requests if they are set with `SameSite=None` and `Secure`. You can
review cookies in developer tools under Application>Storage>Cookies and see more
details at https://www.chromestatus.com/feature/5088147346030592 and
https://www.chromestatus.com/feature/5633521622188032.

This seems like it will only affect our developer mode, so it's low priority, but it would be good to look into.