All notable changes to this project will be documented in this file.
- 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
preload
addition 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-Options
is now sent for all resources to accomodate Chromium's CORB (see webhint.io #1221)