ubershmekel / redditp

Convert any reddit page to a presentation or slide show
https://redditp.com
MIT License
261 stars 102 forks source link

future compatibility issues with chrome (bad cookies) #102

Closed maximousblk closed 4 years ago

maximousblk commented 4 years ago

chrome developer console showing the following warning:

A cookie associated with a cross-site resource at https://reddit.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.

Doesn't look like an issue for now but it could be one day

If this error won't break the site or affect the experience at all then this issue is better closed

ubershmekel commented 4 years ago

Good idea.