Fix
Missing Permissions-Policy
Reduce risk by restricting camera/mic/geolocation and other powerful features.
InfoCategory: security
Related checks
Fix steps
- Set Permissions-Policy at edge/proxy.
- Start restrictive, then loosen only what your app needs.
Starter example
Example
Permissions-Policy: geolocation=(), microphone=(), camera=()