Check security headers
check_security_headersChecks a URL for HTTPS, redirects, HSTS, nosniff, clickjacking protection, CSP, Referrer-Policy, and X-Powered-By, then provides the headers to add.
Instructions
Check HTTPS, the http to https redirect, HSTS, nosniff, clickjacking protection, CSP, Referrer-Policy and X-Powered-By on a URL, each with the header to add.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The page to check: a live URL, a preview deployment, or a local dev server like http://localhost:5173 |