sameSite cookie attribute

My Firefox has started complaining about the sameSite attribute:

"Cookie “fuel_session” 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"

I guess we need to start adding SameSite=Lax? We can do that ourselves for now but I guess it needs adding to the main build too?

Comments

Sign In or Register to comment.