You must be logged in to post your query.
Home › Forums › Chart Support › “SameSite” warning on DevTools Console – Chrome
Tagged: connection chrome
When trying to use canvasjs on a hosted apache server, I receive the following error in the developer console:
“A cookie associated with a cross-site resource at https://canvasjs.com/ was set without the SameSite attribute. It has been blocked, as Chrome now only delivers 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 https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.”
SameSite
SameSite=None
Secure
Is there a fix for this?
@1alexritchie1,
CanvasJS is a self-hosted library. Instead of linking the library file from our server, you can download the file and host it on your own server.
—- Manoj Mohan Team CanvasJS
You must be logged in to reply to this topic. Login/Register