What this tool does
It audits HSTS, Content-Security-Policy, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy, and related headers.
Audit your website's HTTP security headers. Get a letter grade and actionable fixes for HSTS, CSP, X-Frame-Options, and more.
Enter any URL to audit your HTTP security headers and get an instant letter grade with per-header risk explanations and exact fix instructions.
Strict-Transport-Security prevents protocol downgrade attacks and cookie hijacking by forcing HTTPS connections.
CSP blocks cross-site scripting (XSS) by controlling which scripts, styles, and resources a browser can load.
Prevents your page from being embedded in iframes on other sites — stops clickjacking attacks cold.
Prevents browsers from MIME-sniffing responses — stops attackers from disguising scripts as other content types.
Controls how much referrer information is sent with requests — protects sensitive URL data from leaking to third parties.
Get an A–F security grade with a detailed per-header breakdown and copy-paste fix instructions for each issue found.
Security headers are instructions to the browser, not the server. They constrain how the page can be loaded, what resources it can fetch, and what third parties can do with the response.
On Apache shared hosting, add headers to your .htaccess: Header always set X-Frame-Options "SAMEORIGIN". Requires mod_headers, which cPanel enables by default.
Headers & Security Enhanced by BestWebSoft or the Headers plugin by 8d91pw can add all security headers without editing files. Alternatively, Cloudflare's Transform Rules can inject headers at the CDN edge.
A strict CSP breaks inline scripts and third-party embeds. Start with Content-Security-Policy-Report-Only to find violations before enforcing, then tighten directive by directive.
Add to your server {} block: add_header X-Content-Type-Options "nosniff" always; then reload Nginx. The always flag ensures headers appear on error responses too.
Google's Page Experience signals include HTTPS (which implies HSTS) and safe browsing. While headers aren't a direct ranking factor, a compromised site (due to missing headers) gets a Search Console warning and ranking penalty.
UnderHost hosting plans include WAF protection, malware scanning, and server-side security configurations — ask our team about hardening add-ons.
Security headers tell browsers how to protect visitors from common attacks such as clickjacking, content injection, and insecure transport.
It audits HSTS, Content-Security-Policy, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy, and related headers.
Enter a URL and review the grade plus each header row. Start with missing high-impact headers before tuning advanced policies.
A warning does not always mean a breach; it means the browser lacks a protective instruction. CSP warnings should be tested carefully to avoid breaking scripts or forms.
Headers are usually configured at the web server, control panel, application, or CDN layer, making them a natural part of hosting security hygiene.









































