I am using react.js, and I'm trying to integrate lucky orange into my web app. I added the code snippet in the head tag of the index.html
file, but I get a warning saying:
A cookie associated with a cross-site resource at http://luckyorange.net/ was set without the
SameSite
attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set withSameSite=None
andSecure
.
Also, when testing to see whether lucky orange is working or not, it says to search for the term "lo_site_id" in the "view page source". I did that, but nothing came up. Am I setting it up wrong?
Question
How can I properly set the SameSite=None and secure, and why am I not seeing lo_site_id
? (I'm not using node. This is front end only)