← Back to release summary

Permissions-Policy header

Category
Security
Type
New or changed feature
Status
Enabled by default (Chrome 88)
Intent stage
Shipped

Summary

The Permissions-Policy HTTP header replaces the existing Feature-Policy header for controlling delegation of permissions and powerful features. The header uses a structured syntax, and allows sites to more tightly restrict which origins can be granted access to features.

Motivation

The Feature Policy API was recently renamed to "Permissions Policy", and the HTTP header has been renamed along with it. At the same time, the community has settled on a new syntax, based on Structured Field Values for HTTP.

Standards & signals

Docs: https://github.com/w3c/webappsec-feature-policy/blob/master/permissions-policy-explainer.md

Explainers: https://github.com/w3c/webappsec-feature-policy/blob/master/permissions-policy-explainer.md

View on chromestatus.com