我们正在开发Chrome扩展程序
attribute
的域
我们向manifest.json中的两个域添加了权限
我们在Chrome浏览器中启用了以下标志
默认情况下,启用删除无cookies
。
问题
即使启用了标志,
- without _SameSite_ attribute
- with _SameSite=strict_
时会发生什么?
- consumed via _iframe_ by another extension
- consumed via _iframe_ by another site with domain Y.com. Will the cookie be rendered with the response in both the cases??
来自扩展的请求是否被视为跨站点request??
可以从其他域读取cookie吗?
发布于 2020-01-05 14:45:50
你好,我很确定这不会工作,因为chrome扩展在cookie商店外运行的方式。它将无法读取/写入这些值。
https://stackoverflow.com/questions/59599317
复制相似问题