# webappsec-permissions-policy **Repository Path**: mirrors_silverwind/webappsec-permissions-policy ## Basic Information - **Project Name**: webappsec-permissions-policy - **Description**: A mechanism to selectively enable and disable browser features and APIs - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-09 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Permissions Policy (previously named Feature Policy) A web platform API which gives a website the ability to allow and deny the use of browser features in its own frame, and in iframes that it embeds. Examples of [features](https://github.com/w3c/webappsec-permissions-policy/blob/master/features.md) that could be controlled by permissions policy include: - getUserMedia (Camera, Microphone, and Speaker-selection) - Fullscreen - Geolocation - MIDI - Payments - Synchronous XHR - ... See also: [how to integrate a web platform feature with permissions policy](https://github.com/w3c/webappsec-permissions-policy/blob/master/integration.md). The Permissions Policy spec is hosted on this repo, at https://w3c.github.io/webappsec-permissions-policy/ For more explanation, use cases, examples, etc., please refer to [the explainer document](https://github.com/w3c/webappsec-permissions-policy/blob/master/permissions-policy-explainer.md). ## Where is Document Policy? Document Policy, which was previously hosted here, has been moved to WICG; it can be found at https://github.com/WICG/document-policy/. Questions, suggestions? Please open an issue or send a pull request!