Module static_web_server::security_headers
source · Expand description
The module provides several HTTP security headers support.
Functions
- It appends security headers like
Strict-Transport-Security: max-age=63072000; includeSubDomains; preload(2 years max-age),X-Frame-Options: DENYandContent-Security-Policy: frame-ancestors 'self'.