我有一个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.
该扩展名与服务器无关,我进行了一些Google搜索,但都发现了有关PHP或Java解决方案的主题,这很奇怪。
如何在Chrome扩展程序中修复它?还是我应该在修复问题之前放掉Facebook like-box?