小编pei*_*lox的帖子

SameSite警告Chrome 77

自上次更新以来,我的Cookie出现错误,与SameSite属性相关。

Cookies来自第三方开发人员(Fontawesome,jQuery,Google Analytics,Google reCaptcha,Google Fonts等)。

Chrome控制台中的错误是这样的。

A cookie associated with a cross-site resource at <URL> 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 <URL> and <URL>.
(index):1 A cookie associated with a cross-site resource at http://jquery.com/ was set without the `SameSite` attribute. A future release of Chrome will …
Run Code Online (Sandbox Code Playgroud)

javascript cookies google-chrome samesite

63
推荐指数
4
解决办法
4万
查看次数

标签 统计

cookies ×1

google-chrome ×1

javascript ×1

samesite ×1