Closed calebmer closed 4 years ago
Accessing sessionStorage or localStorage in an <iframe> in Chrome throws when the user setting "block third-party cookies and site data" is turned on.
sessionStorage
localStorage
<iframe>
https://www.chromium.org/for-testers/bug-reporting-guidelines/uncaught-securityerror-failed-to-read-the-localstorage-property-from-window-access-is-denied-for-this-document
This would fix #192
Thank you!
Accessing
sessionStorage
orlocalStorage
in an<iframe>
in Chrome throws when the user setting "block third-party cookies and site data" is turned on.https://www.chromium.org/for-testers/bug-reporting-guidelines/uncaught-securityerror-failed-to-read-the-localstorage-property-from-window-access-is-denied-for-this-document