Cookie samesite when downloading to localhost from Cloudinary
When I download an image from Cloudianry to my 'http://ocalhost:3000', I get a warning "A cookie associated with a cross-site resource at http://cloudinary.com/ was set without the `SameSite` attribute" as obviously I don't set "samesite" nor "secure". The process is however successful. What should I do to correctly set a cookie as requested?
-
Hi Neven!
The update to set `SameSite=None` has been made to the relevant cookies set by Cloudinary. I'd suggest logging out, and clearing any existing cookies and then logging back in again. This will ensure the cookies are with the updated attribute and won't produce the warning anymore.
Best,
Brian
0 -
Brian, I still have the issue. With the Chrome update, it seems that happens when I retrieve a picture (a GET fro me) and could(?) be related to the cookie '_cfruid'.
0 -
Hi Neven - note that `res.cloudinary.com` URLs won't set cookies - the `_cfruid` cookie will exist if you've recently opened your cloudinary console open.
To test this out, you can check the network response in an incognito browser, and you'll notice that there are no cookies being set when requesting Cloudinary images.
0
Post is closed for comments.
Comments
3 comments