问题描述
我向 host_pernisions 和 content_security_policy.extension_pages 添加了主机:"default-src 'self'; connect-src 'self' https://example.org/;"
我尝试使用 mode: cors
和 credentials: include
发送请求,但没有帮助。
在开发者工具中,我们可以启用显示过滤掉的请求 cookie,我们将看到所有丢弃的 cookie:

解决方法
解决了,你需要将SameSite cookie设置为None