Omnikite Logo
Omnikite
Toggle theme
Security & Network100% In-Memory SandboxPopular Utility

W3C Permissions-Policy (Feature-Policy) Header Builder

Enforce least-privilege browser hardware controls: disable camera, microphone, GPS, and WebUSB.

More in Security & Network
Advertisement
Zero-Knowledge Privacy

Execution runs 100% locally inside the browser sandbox using HTML5 Canvas, Web Cryptography Subtle API, and Web Workers. No data is ever transmitted across the network.

Sub-Millisecond Native

Zero network latency. Operates completely offline with zero dependencies on third-party backend servers or cloud services.

RFC Standards Compliant

Built according to official RFC specifications, cryptographic test vectors, and enterprise-grade data transformation standards.

How to Use W3C Permissions-Policy (Feature-Policy) Header Builder

1
Configure Hardware Directives

Toggle permissions for camera, microphone, geolocation, and payment APIs.

2
Select Allowlist Mode

Choose Block (), Self (self), or All (*).

3
Export Header / Config

Copy the HTTP header string or Next.js/Nginx snippets.

Frequently Asked Questions

What is Permissions-Policy?

Permissions-Policy is the modern W3C standard replacing Feature-Policy to control browser API access in documents and iframes.

How do I block all third-party iframes from accessing the microphone?

Set microphone=(self) or microphone=() in your response header.

Advertisement