Security Headers

Securityintermediate

// Definition

HTTP response headers that instruct the browser to apply protective behaviour — for example Content-Security-Policy (limits where scripts can load from), Strict-Transport-Security (forces HTTPS), X-Content-Type-Options and X-Frame-Options (limits framing/clickjacking). They are a cheap, high-value defence layer. QA can inspect responses in the browser network panel or an API tool and flag missing or misconfigured headers on key pages.

// Related terms