Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Brave 浏览器正在返回此消息:
未捕获的 DOMException:无法从“Window”读取“sessionStorage”属性:拒绝访问此文档。
相关代码为:
sessionStorage.setItem("status", 0);
这是为什么?我该如何解决这个问题?在其他浏览器(Safari、Chrome)中sessionStorage工作正常。
sessionStorage
您正在尝试从不同来源的框架或 iframe 访问存储。
出于安全原因,Brave 会阻止这些请求。
您可以配置防护罩并允许跨站点 cookie。