Security headers are easy to get wrong and invisible when you do. Headergrade fetches a URL and reports, header by header, what is set and what it means — in plain language, with copyable fixes.
Controls which resources the browser may load. A strong CSP stops XSS even if an attacker injects a script tag.
Forces HTTPS connections for the specified duration. Protects against protocol-downgrade attacks.
Prevents MIME-type sniffing. Reduces risk of drive-by download and script-injection attacks.
Controls whether the page may be displayed in a frame. Prevents clickjacking attacks.
Controls how much referrer information is sent to other origins. Affects user privacy.
Controls which browser features (camera, mic, location) the page is allowed to use.
Developers and small-business owners who were told by a client, an auditor or a scanner that their headers are wrong, and want to know specifically what to change. No scare tactics, no upsells — just the plain-text readout of what your server actually sends.