ui-avatars
ui-avatars copied to clipboard
SameSite attribute issue
Hello, we have a warning in our console, that soon google chrome will break your library. Could you please fix that? Warning is below, please take a look:
A cookie associated with a cross-site resource at <URL> was set without the SameSite
attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with SameSite=None
and Secure
. You can review cookies in developer tools under Application>Storage>Cookies and see more details at <URL> and <URL>.
First thing first, that cookie is from Cloudflare, not from the app. Nothing will break. That notice means that the cookie itself won't be delivered.
Is this an issue? Not sure?
I added 'Access-Control-Allow-Origin
headers but not sure if this is relevant at all.