关于浏览器菜单列显示不了的问题 `SameSite=None` and `Secure`
程序员文章站
2022-07-13 17:50:41
...
1.问题描述
A cookie associated with a cross-site resource at http://XXX.XXX.XXX.XXXX/ was set without the `SameSite` attribute. It has been blocked, as Chrome now only delivers 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.
F12之后,查看原始报错信息