P3 · LowSecurity
Missing Permissions-Policy
No feature restrictions
Code: missing_permissions_policy
Why it matters
No feature restrictions. Browsers and users expect sites to be secure. Missing protections expose visitors to data theft, phishing, and loss of trust.
How to fix
Add Permissions-Policy header
http# Nginx — add inside your server {} block
add_header Permissions-Policy "camera=(), microphone=(), geolocation=()" always;
# Apache — add to .htaccess or <VirtualHost>
Header always set Permissions-Policy "camera=(), microphone=(), geolocation=()"Related checks in Security
Run a free scan to check your site
Get a complete audit in under 2 minutes. No account required.
Start Free Scan