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