⚠️ No Permissions Policy — browser features are unrestricted
← 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.

No policy — browser features are available to any script on the page

Browser feature access

Try requesting each feature — the browser will ask for your permission

⚠️ No restrictions. Without a Permissions Policy header, any script on this page — including injected third-party code — can request access to sensitive browser features.
📍
Geolocation
Not tested
📷
Camera
Not tested
🎤
Microphone
Not tested
What's happening

The browser will show a native permission prompt when access is requested. A rogue third-party script could trigger these prompts silently, or exploit granted permissions to track the user. Permissions Policy lets you disable features entirely — even if the user would otherwise grant them.