How to solve `SameSite` attribute

前端 未结 3 1670
面向向阳花
面向向阳花 2021-01-04 02:29

I looked at the console and noticed these warnings

A cookie associated with a cross-site resource at http://google.com/ was set without the SameSite a

3条回答
  •  时光取名叫无心
    2021-01-04 03:00

    Does your .htaccess file contain a header unset cookie code? and you use cdn and its cache like cloudflare.

    If so, just delete the code in the htaccess

提交回复
热议问题