Free tools · No account needed

Security headers

HSTS, Content-Security-Policy, X-Frame-Options and the rest: the headers that protect your visitors, with a grade and what is missing.

Example: tusitio.pe or https://www.tusitio.pe. Takes a few seconds.

What we check

  • Strict-Transport-Security (HSTS)
  • Content-Security-Policy
  • X-Content-Type-Options and X-Frame-Options
  • Referrer-Policy and Permissions-Policy

Frequently asked questions

Are these headers really important?

They stop whole classes of attacks (clickjacking, content injection, downgrade to HTTP) at zero cost. Security scanners and some clients ask for them.

How do I add them?

In Apache with .htaccess, in Nginx with add_header, or from the application. Cloudflare can also inject them.

Can a header break my site?

Content-Security-Policy can, if it is too strict. Start with report-only mode and enforce it when the reports are clean.

More free tools