Skip to content

Version 1.1

Compare
Choose a tag to compare
@maximejobin maximejobin released this 21 Dec 03:41
· 104 commits to master since this release

Version 1.1 is out!

Improvements

HSTS support

HSTS header is now supported and uses the following default value:

Strict-Transport-Security: max-age=31536000; includeSubDomains

For more information, see the HTTP Strict Transport Security section.

Thank you to @dschallert for the proposed pull request.

Typo fixed in comments

A comment in the code was edited by @tcg. Thank you for the pull request.