humlab-speech / visible-speech-deployment

3 stars 2 forks source link

FireFox warning: Cookie “username-app-visp-humlab-umu-se” does not have a proper “SameSite” attribute value #151

Closed TomasSkotare closed 2 years ago

TomasSkotare commented 2 years ago

This warning message appears in the log when starting a Jupyter notebook docker container using FireFox.

Cookie “username-app-visp-humlab-umu-se” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite

FredrikKarlssonSpeech commented 2 years ago

Fixed now @TomasSkotare ?

TomasSkotare commented 2 years ago

When I tested just now I did not see such a message, so I will close this for now and reopen in case it appears again.