HSTS
Web Security
HTTP Strict Transport Security header instructing browsers to enforce HTTPS and reject downgrade.
Definition
HSTS is a response header that makes browsers enforce HTTPS for a domain for a set duration. It reduces downgrade and cookie hijacking risks. Misuse can cause lockouts if HTTPS is misconfigured.
Why this matters
Why it matters: Strong transport security protects privacy by preventing interception and tampering.
Example
Example: Set Strict-Transport-Security with an appropriate max-age, includeSubDomains where safe, and consider preload.