Enabled HSTS

This commit is contained in:
alistair3149 2019-12-23 22:25:39 -05:00
parent 067386964e
commit 97d3e2ccb2

View file

@ -43,10 +43,10 @@
"descriptionmsg": "citizen-config-hstsmaxage", "descriptionmsg": "citizen-config-hstsmaxage",
"public": true "public": true
}, },
"CitizenHSTSMaxAge": { "HSTSIncludeSubdomains": {
"value": false, "value": false,
"description": "Enable or disable HTTP Strict Transport Security", "description": "Apply HSTS to all of the site's subdomains",
"descriptionmsg": "citizen-config-enablehsts", "descriptionmsg": "citizen-config-hstsincludesubdomains",
"public": true "public": true
}, },
"EnableDenyXFrameOptions": { "EnableDenyXFrameOptions": {