All notable changes to this project will be documented in this file.
- Cross-Origin-Resource-Policy (CORP) header support via
security_headers_corpdirective (default:same-site) - Cross-Origin-Opener-Policy (COOP) header support via
security_headers_coopdirective (default:omit) - Cross-Origin-Embedder-Policy (COEP) header support via
security_headers_coepdirective (default:omit) - COEP
credentiallessvalue for more flexible cross-origin isolation
Fixes #17
- HSTS set to 1 year instead of 2 years by default (#18)
- New default
X-XSS-Protection: 0, see #19
- Sending HSTS header no longer requires building with OpenSSL #12
- Fixes HSTS preload was not added by default #15
- Ability to opt-out of added
preloadaddition for HSTS, usingsecurity_headers_hsts_preload off;. - Remove X-Application-Version header
- For adding HSTS, check URL protocol instead of connection protocol to be 'https://' #12
X-Content-Type-Optionsis now sent for all resources to accomodate Chromium's CORB (see webhint.io #1221)