From fd17964781652c6884805d55feb66d5ad4faf00f Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Thu, 17 Oct 2019 00:27:26 -0600 Subject: [PATCH] change HSTS time to 6 months --- build/config/config/mozIntermediate_ssl.conf.disabled | 2 +- build/config/config/mozModern_ssl.conf.disabled | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/config/config/mozIntermediate_ssl.conf.disabled b/build/config/config/mozIntermediate_ssl.conf.disabled index a0d58b1..924542f 100644 --- a/build/config/config/mozIntermediate_ssl.conf.disabled +++ b/build/config/config/mozIntermediate_ssl.conf.disabled @@ -21,7 +21,7 @@ ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDS ssl_dhparam /certs/dhparam.pem; # HSTS (6 months = 15768000 seconds) -#add_header Strict-Transport-Security "max-age=63072000" always; +#add_header Strict-Transport-Security "max-age=15768000" always; # OCSP Stapling # fetch OCSP records from URL in ssl_certificate and cache them diff --git a/build/config/config/mozModern_ssl.conf.disabled b/build/config/config/mozModern_ssl.conf.disabled index 5cfe985..7d295ad 100644 --- a/build/config/config/mozModern_ssl.conf.disabled +++ b/build/config/config/mozModern_ssl.conf.disabled @@ -18,7 +18,7 @@ ssl_protocols TLSv1.3; ssl_prefer_server_ciphers off; # HSTS (6 months = 15768000 seconds) -#add_header Strict-Transport-Security "max-age=63072000" always; +#add_header Strict-Transport-Security "max-age=15768000" always; # OCSP Stapling # fetch OCSP records from URL in ssl_certificate and cache them