Hi,
I am looking at using an Interaction Widget integration. The app loaded in the integration uses an embed html tag to render a pdf, the iframe that is used to load this enforces sandbox attribute which disables the ability to use embed html tag among other things and there is no allow option.
Is it possible to remove the sandbox attribute as this will be loading a trusted domain?
The other use case we have is being able to open a popup in a window that renders a pdf in the chrome native pdf viewer. This is disabled by the sandbox attribute and can only be reintroduced using allow-popups-to-escape-sandbox option which is not available in Genesys sandbox options. Is there a reason for this being missing or can it be included?
Thanks