iframe: 报错 DOMException: Failed to read the 'localStorage' property from 'Window':

今天,在 react 项目中使用 iframe,测试 百度网页OK,但使用生产实际的 URL,出现如下报错:

iframe: 报错 DOMException: Failed to read the 'localStorage' property from 'Window':

报错内容:Failed to read the ‘localStorage‘ property from ‘Window‘ : Access is denied for this document.

问题场景:
在Iframe 中引入720全景网页是报错。


解决办法:
Under Chrome‘s Settings > Privacy > Content settings, you have the cookie setting set to to "Block sites from setting any data"

即:

在Chrome设置菜单中: 高级 > 隐私设置和安全性 > 内容设置 > Cookie > 阻止第三方Cookie

将这项关闭,如下图
iframe: 报错 DOMException: Failed to read the 'localStorage' property from 'Window':

 

 

 

iframe: 报错 DOMException: Failed to read the 'localStorage' property from 'Window':

上一篇:C#面向对象的概念 ----继承,里氏转换和几种集合(2)


下一篇:使用sed将win换行符转linux与linux换行符转win