Skip to content

[TAG] Unify with sandbox attribute? #74

Open
@slightlyoff

Description

@slightlyoff

From TAG review

There appears to be some overlap between the sandbox and allow attributes. Have the designers considered migrating sandbox directives to Feature Policy? This might enable equivalence between these, and eventual deprecation of sandbox in favour of allow:

<iframe sandbox="allow-forms allow-modals" allow="geolocation" ...>
<iframe sandbox allow="forms modals geolocation" ...>

With the transitionary, compatible use of:

<iframe sandbox="allow-forms allow-modals" allow="forms modals geolocation" ...>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions