Iframe in Chrome error: Uncaught SecurityError: Fa

2019-01-26 02:53发布

Uncaught SecurityError: Failed to read the 'sessionStorage' property from 'Window': Access is denied for this document.

No clue how to go further on this...when all I did was ` Works in Firefox, not in Chrome. Could be something related to http://help.twitch.tv/customer/portal/questions/6299203-javascript-errors-in-chrome-

2条回答
Deceive 欺骗
2楼-- · 2019-01-26 03:32

I had the same problem with localStorage, and fixed it like this :

Under Settings > Privacy > Content settings, change the cookies' settings to "Allow local data to be set" or the second option (in my case, it was previously on "Block sites from setting any data").

enter image description here

Edit

On newer Chrome versions, make sure the first option is ticked here: chrome://settings/content/cookies

查看更多
时光不老,我们不散
3楼-- · 2019-01-26 03:32

I had the same issue, but my problem was a script blocking plug-in ScriptBlock that I had set to allow the site but was still blocking some actions and not reporting it.

Disabled the script blocker and voila!

查看更多
登录 后发表回答