1

My site is showing some warnings on my site about the Same Site attribute, I found in another question (question link below) a solution but it uses Web.config and I can't find it in my Cpanel I use Wordpress hosted on Cpanel Could you give me a hand over? I can't find a solution Thanks in advance

Image Error Console

Same-Site

CherryDT
  • 25,571
  • 5
  • 49
  • 74

1 Answers1

0

These warnings are all related to google.com sites, not your site. You are only responsible for cookies from your domain. Try testing the functionality you are concerned about in an incognito window. If anything is broken, then check the console for warnings specifically linked to your domain.

You can find more context on this on https://web.dev/samesite-cookies-explained.

rowan_m
  • 2,893
  • 15
  • 18
  • But how can I get these notices off the website? Or just hide them? – Vinicius Castilho Feb 14 '20 at 12:54
  • We'll look at reducing the false positives for these in the future. I know it generates a fair amount of console noise, but we needed to ensure we raised awareness here. One thing you can do is use `-cookie` in the filter field for the console view, though be aware that will filter out all messages mentioning the word "cookie". – rowan_m Feb 18 '20 at 07:57