osmose-frontend icon indicating copy to clipboard operation
osmose-frontend copied to clipboard

Some cookies are misusing the recommended “SameSite“ attribute

Open bbigras opened this issue 5 years ago • 1 comments

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

bbigras avatar Apr 12 '21 21:04 bbigras

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

frodrigo avatar Apr 13 '21 07:04 frodrigo