Web features explorer

Permissions policy

Limited availability

The Permissions-Policy response header and the allow attribute for <iframe> elements sets whether a policy-controlled feature, such as an API, may be used in a document.

Browser support (view on caniuse.com)

  • Chrome 108 Released on 2022-11-29
  • Chrome Android 108 Released on 2022-11-29
  • Edge 108 Released on 2022-12-05
  • Firefox Not supported Bugs: 1531012
  • Firefox for Android Not supported Bugs: 1531012
  • Safari Not supported
  • Safari on iOS Not supported

Need this feature?
Leave a 👍 on the feedback issue
Don't forget to also leave a comment explaining your specific use case.

Developer use cases

  • Essentially, replace the now-deprecated `Feature-policy` with just **one** header, i.e., `Permissions-Policy`. Essentially, replace the now-deprecated `Feature-policy` with just **one** header, i.e., `Permissions-Policy`. [see original comment]