🛡️ Permissions Policy is active — browser features are restricted
← All demos · Permissions Policy

Permissions Policy

See how Permissions Policy locks down browser features like geolocation, camera and microphone — and reports any attempts to use them.

Protected — Permissions Policy has disabled these features at the browser level

Browser feature access

Attempting to use these features will fail immediately — no prompt shown

✅ Features locked down. The Permissions-Policy header has disabled geolocation, camera and microphone for this page. No permission prompt will appear — the API returns an error before the browser even asks the user.
📍
Geolocation
Not tested
📷
Camera
Not tested
🎤
Microphone
Not tested
Permissions-Policy header sent with this page
Permissions-Policy: geolocation=(), camera=(), microphone=()
What Permissions Policy did

Each directive set to () means "allow nobody" — not even the top-level page itself. The browser enforces this before any JavaScript runs, so there's nothing a script can do to bypass it. Violations are reported to Report URI in real time.

🔒 Permissions Policy blocked 0 attempt(s)