Cookies should be set with the 'SameSite' attribute
Hi guys, Chrome 79 reports an issue with cookies set by the embedded charts. It seems like they are missing the 'SameSite' attribute. If you could bring the cookies up to speed to comply with this apparent new standard, it'd be great.
Warning message I get in the Chrome console: "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>."
2
votes
Carlos
shared this idea