ui-avatars icon indicating copy to clipboard operation
ui-avatars copied to clipboard

SameSite attribute issue

Open Somebi opened this issue 5 years ago • 2 comments

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>.

Somebi avatar Jan 03 '20 09:01 Somebi

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.

etdte avatar Jan 03 '20 09:01 etdte

Is this an issue? Not sure?

I added 'Access-Control-Allow-Origin headers but not sure if this is relevant at all.

LasseRafn avatar Mar 05 '20 15:03 LasseRafn