Open Bug 1641032 Opened 4 years ago Updated 1 year ago

rename feature policy to permissions policy

Categories

(Core :: DOM: Security, defect, P3)

defect

Tracking

()

People

(Reporter: dbaron, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [domsecurity-backlog1])

The Feature Policy spec was just renamed to Permissions policy, including name changes in web-exposed things like header names. Given that we implement this, we should presumably track those name changes.

Severity: -- → S3
Priority: -- → P3
Whiteboard: [domsecurity-backlog1]

Thus far we only shipped the allow="" attribute (bug 1572461) to release so there should be no immediate concerns here.

It seems like Chrome still ships document.featurePolicy and not document.permissionsPolicy like in the spec: https://w3c.github.io/webappsec-permissions-policy/#the-policy-object.

You need to log in before you can comment on or make changes to this bug.