Secure company Intranet. Portal must force secure browsing connection, mitigate script injection, prevent caching on shared client devices.
HTTP Strict Transport Security (HSTS) header option forces browser connect using HTTPS only, mitigating downgrade attacks, like SSL stripping. Content Security Policy (CSP) header option mitigates clickjacking, script injection, other client-side attacks
Cache-Control header option sets whether browser can cache responses. Preventing data caching protects confidential, personal information where client device shared by multiple users