Forum Discussion
ThibaudGD
3 years agoFrequent Visitor
Custom Visual - Can't open IDBFactory
Hello everyone, I'm working on a custom visual that required to open IDBFactory (see this post from StackOverflow). I can't figure out how to allow this. Is it possible ? Here is the error m...
- 3 years ago
Hi ThibaudGD,
From the looks of things, this requires access to the browser data storage APIs. As the custom visual iframe sandbox does not have the allow-same-origin attribute set, I don't think this will not be possible to achieve. If you want definitive confirmation you may need to contact the custom visuals team for clarification - [email protected].
Regards,
Daniel
wonderkid88
2 years agoFrequent Visitor
and are you using AggregatedView?
ThibaudGD
2 years agoFrequent Visitor
nope. But I'm planning to try