我有一个Chrome扩展,我在里面放了一个类似Facebook的盒子。
所有代码都是Facebook的原始代码。什么都没改变。
最近我得到了这些错误:
A cookie associated with a cross-site resource at https://facebook.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.这个扩展与服务器无关,我做了一些谷歌搜索,只找到了关于PHP或Java解决方案的主题,这很奇怪。
我如何在我的Chrome扩展中修复它?或者在他们修复任何东西之前,我应该放弃Facebook like-box吗?
https://stackoverflow.com/questions/58496999
复制相似问题