Adding an Iframe using the Embed Widget pointing to a pdf that is hosted in our Enterprise (normal portal item) the pdf is not working. In the console of Chrome or Edge we see:
"An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can escape its sandboxing."
When removing the sandbox attribute totally using the dev tools from the HTML it starts working.
In Firefox we do not have the issue.