Skip to content

Add "allow" attribute (feature-policy) #18

@MaiklT

Description

@MaiklT

Description

A feature policy enables and disables certain web platform features on the web site and those that are embedded. The attribute "allow" in the iframe tag may override this policy.

Example:

feature-policy: vibrate 'self';
...
<iframe src="https://somewhere.else" allow="vibrate">

Solution

A module setting to define the "allow" value.

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