We create digital solutions that work for businesses
Security and access
You may also like
Security headers: HSTS, CSP, X-Frame-Options.
The first thing a server returns. Three digits explain what happened to the page.
A few lines in the server config close off entire classes of attack.
The service requests your site and checks six key security headers: Strict-Transport-Security (HSTS), Content-Security-Policy (CSP), X-Content-Type-Options, X-Frame-Options, Referrer-Policy and Permissions-Policy. Green mark — the header exists, red — it is missing.
These headers are basic security hygiene: they protect visitors from traffic interception, XSS attacks and clickjacking, and they are also a trust plus for Google. Most template sites have none of them. They are added with a few lines in .htaccess or the Nginx config — we do this for clients as part of website support.