Skip to content

Missing IFRAME sandbox attributes? #7

@roncito

Description

@roncito

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions