Check Security Headers
What Are Security Headers?
Security headers are HTTP response headers that instruct browsers how to handle your website safely. They can reduce risks from clickjacking, MIME sniffing, XSS, mixed content, and unwanted browser API access.
- HSTS helps enforce HTTPS.
- CSP helps restrict scripts, styles, frames, and other content sources.
- X-Frame-Options helps protect against clickjacking.
- Permissions-Policy limits access to browser features such as camera, microphone, and geolocation.