Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 517 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 517 Bytes

Feature Policy

A web platform API which gives a website the ability to whitelist the use of browser features in its own frame and in iframes that it embeds. Examples of features that could be controlled by feature policy include:

  • Vibrate
  • Synchronous XHR
  • getUserMedia
  • ...

For more details, use cases, etc., please refer to the explainer document.

Questions, suggestions? Please open an issue or send a pull request!