lightstep / lightstep-tracer-javascript

Lightstep distributed tracing library for Node.js and the browser
https://lightstep.com
MIT License
77 stars 66 forks source link

Guard session storage access #193

Closed calebmer closed 4 years ago

calebmer commented 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.

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

djmally commented 4 years ago

This would fix #192

bg451 commented 4 years ago

Thank you!