我为什么得到这个?

时间:2019-11-26 06:46:38

标签: aframe

我在我的网站上收到警告

A cookie associated with a cross-site resource at http://aframe.io/ 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.

1 个答案:

答案 0 :(得分:0)

好吧,here回答了aframe.io的问题

A cookie associated with a cross-site resource was set without the `SameSite` attribute

如@rowan_m所述

警告消息专门指出了负责Cookie的域。在这种情况下,它是aframe.io。这意味着“ aframe.io”需要在那里更新cookie。

https://web.dev/samesite-cookies-explained

https://web.dev/samesite-cookie-recipes