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.