osm-fr / osmose-frontend

Part of osmose that shows results on the website http://osmose.openstreetmap.fr
GNU General Public License v3.0
41 stars 38 forks source link

Some cookies are misusing the recommended “SameSite“ attribute #324

Open bbigras opened 3 years ago

bbigras commented 3 years ago

Some cookies are misusing the recommended “SameSite“ attribute 6 Cookie “last_zoom” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite webpack.bundle-159af82cb4573232f1d1.js:2:209462 Cookie “last_lat” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite webpack.bundle-159af82cb4573232f1d1.js:2:209462 Cookie “last_lon” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite webpack.bundle-159af82cb4573232f1d1.js:2:209462 Cookie “last_zoom” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite webpack.bundle-159af82cb4573232f1d1.js:2:209462 Cookie “last_lat” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite webpack.bundle-159af82cb4573232f1d1.js:2:209462 Cookie “last_lon” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite webpack.bundle-159af82cb4573232f1d1.js:2:209462

frodrigo commented 3 years ago

It is planned to remove these cookies and replace by local storage.