Add env vars for extra HSTS options

This commit is contained in:
Literallie
2017-10-13 01:15:35 +02:00
parent 1634d5c567
commit 6bdc90d6ff
3 changed files with 18 additions and 0 deletions

View File

@@ -27,6 +27,18 @@
"description": "whether to also use HSTS if HTTPS is enabled",
"required": false
},
"HMD_HSTS_MAX_AGE": {
"description": "max duration, in seconds, to tell clients to keep HSTS status",
"required": false
},
"HMD_HSTS_INCLUDE_SUBDOMAINS": {
"description": "whether to tell clients to also regard subdomains as HSTS hosts",
"required": false
},
"HMD_HSTS_PRELOAD": {
"description": "whether to allow at all adding of the site to HSTS preloads (e.g. in browsers)",
"required": false
},
"HMD_DOMAIN": {
"description": "domain name",
"required": false