Merge pull request #2004 from letsencrypt/no-hsts-subdomains

--hsts should not use includeSubDomains
This commit is contained in:
bmw
2015-12-23 16:33:26 -05:00
@@ -33,7 +33,7 @@ REWRITE_HTTPS_ARGS_WITH_END = [
https vhost"""
HSTS_ARGS = ["always", "set", "Strict-Transport-Security",
"\"max-age=31536000; includeSubDomains\""]
"\"max-age=31536000\""]
"""Apache header arguments for HSTS"""
UIR_ARGS = ["always", "set", "Content-Security-Policy",