๐ก๏ธ Security Headers Monitor
The Security Headers monitor checks your website for important HTTP security headers that protect against common attacks.
๐ฏ Was Es Machtโ
- Fetches the HTTP response headers from your website
- Checks for the presence and values of security-related headers
- Alerts if critical security headers are missing
๐ก๏ธ Headers Checkedโ
| Header | Zweck |
|---|---|
X-Frame-Options | Prevents clickjacking |
X-Content-Type-Options | Prevents MIME-type sniffing |
X-XSS-Protection | Enables browser XSS filter |
Strict-Transport-Security | Forces HTTPS (HSTS) |
Content-Security-Policy | Controls resource loading |
Referrer-Policy | Controls referrer info |
Permissions-Policy | Controls browser features |
๐ก Tippsโ
- Check your headers at securityheaders.com for a quick grade.
- Some frameworks and CDNs add these automatically โ check before implementing manually.
- A daily or hourly check is sufficient โ headers don't change often.