Forum Discussion
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 sandboxed and lacks the 'allow-same-origin' flag."
So is there anyway to add the "allow-same-origin" flag to the iframe that load my visual?
9 Replies
- v-chuncz-msftCommunity Support
- muyFrequent Visitor
Thanks for the reply Sam.
I had spent some time looking into this, but couldn't find any solutions as well.
- v-chuncz-msftCommunity Support
- ryanbaumannFrequent Visitor
I could use this as well. I receive this error in the console while developing any Custom Visual using Chrome v60.
- v-viigCommunity 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
- CubistAdvocate II
There is good news and bad news.
The bad news is that what you're asking for, adding the "allow-same-origin" permission to sandboxed visuals, has a snowballs chance in hell of happening. It's considered by many to be risky from a security perspective, and Microsoft has to have insane vigilence around security, I can't see them ever doing this.
The good news is there are workarounds for these limitations, one of them might allow you to still meet your goal. I've been wanting to get around to blogging about PBI sandboxing, and developing custom visuals in general, maybe something like Power BI Custom Visuals In-Depth, but you know it's tough to get free time...
What I would suggest in your case is to let us know, why you want to use session storage? What user level requirement is driving it? That way people here can offer suggestions on how to achieve what you need technically while perserving the experience for your end users.
- ryanbaumannFrequent VisitorThanks for replying! I managed to get this to work without needing the allow-same-origin flag. My custom visual is here https://github.com/ryanbaumann/mapboxgl-powerBI.
The solution did not have to do with the allow same origin flag. Instead I had an error that was not written to the debug console which caused the custom visual to not load properly. I still see the allow same origin error, but it does not effect my app.
Thank you!
- jgreg14Frequent Visitor
Hey ryanbaumann - how did you get this working?
- NUCRjs2Regular Visitor
The map is possible because there is a mapbox visual training for Power BI that uses them. Something else is causing the error. How can we trouble shoot?
Mapbox Tutorial Power BI 101 https://www.youtube.com/watch?v=0w589b5_Z3o