summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorLiterallie2017-10-13 01:15:35 +0200
committerLiterallie2017-10-13 01:42:05 +0200
commit6bdc90d6ffd60cf8fe0509eb9fb3b2d47f185c31 (patch)
tree2a41eac7e4910feded2c1b72aed5b59cb3b93440 /app.js
parent1634d5c567180b072ed4e345b841642f4ea70924 (diff)
Add env vars for extra HSTS options
Diffstat (limited to '')
-rw-r--r--app.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/app.json b/app.json
index 07678ce3..1de6b7db 100644
--- a/app.json
+++ b/app.json
@@ -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