Hi All 👋
The Retool app we are trying to embed requires that allow-popups' and 'allow-forms' be set on the iframe sandbox` attribute.
I see the sandbox attributes are set here:
|
this.iframe.sandbox.add("allow-scripts", "allow-same-origin"); |
Is there a reason security-wise to not add these two sandbox attributes?
Thanks!
Hi All 👋
The Retool app we are trying to embed requires that
allow-popups' and 'allow-forms' be set on the iframesandbox` attribute.I see the sandbox attributes are set here:
retool-embed/src/RetoolEmbed.ts
Line 107 in 5b0741d
Is there a reason security-wise to not add these two sandbox attributes?
Thanks!