Forum Discussion
muy
9 years agoFrequent Visitor
Add "allow-same-origin" value to iframe's attribute sandbox
I'm developing a custom visual for map visualization and encounter the following error: "Uncaught DOMException: Failed to read the 'sessionStorage' property from 'Window': The document is sandbo...
ryanbaumann
9 years agoFrequent Visitor
I could use this as well. I receive this error in the console while developing any Custom Visual using Chrome v60.
- v-viig9 years agoCommunity Champion
Power BI Custom Visuals API doesn't allow to use local storage, session storage and cookie due to security aspects.
You might keep a session in Power BI capabilities' properties.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals