I have a site with an embedded Google form.
When I look in the Console of the Developer Tools in Chrome, I get warnings that say, "A cookie associated with a cross-site resource at https://docs.google.com/ 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 https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032."
Is this something to be concerned about?
If so, I do I resolve this issue? It seems to me that I would not have any control over Google’s cookies.
Thank you in advance for any guidance.