Open g105b opened 4 years ago
When setting a cookie with the set function and nothing else, Firefox emits this warning:
set
Cookie “cookie-name” will be soon rejected because it has the “sameSite” attribute set to “none” or an invalid value, without the “secure” attribute. To learn more about the “sameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite
When setting a cookie with the
set
function and nothing else, Firefox emits this warning: