-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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:
retool-embed/src/RetoolEmbed.ts
Line 107 in 5b0741d
this.iframe.sandbox.add("allow-scripts", "allow-same-origin"); |
Is there a reason security-wise to not add these two sandbox attributes?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels