Forum Discussion

ThibaudGD's avatar
ThibaudGD
Frequent Visitor
3 years ago
Solved

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...
  • dm-p's avatar
    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