From 2a36069af546063dc0e07218112a9b03d55ddf79 Mon Sep 17 00:00:00 2001 From: Edwin Lyon <53972157+practical-engelbart@users.noreply.github.com> Date: Fri, 3 Sep 2021 16:30:25 -0700 Subject: [PATCH] Update default --- nginx/default | 2 -- 1 file changed, 2 deletions(-) diff --git a/nginx/default b/nginx/default index 60ed24c..a745e14 100644 --- a/nginx/default +++ b/nginx/default @@ -10,7 +10,6 @@ server { location / { return 301 https://$host$request_uri; - add_header Strict-Transport-Security "max-age=31536000"; add_header X-Content-Type-Options nosniff; add_header X-XSS-Protection "1; mode=block"; add_header Referrer-Policy "no-referrer-when-downgrade"; @@ -39,7 +38,6 @@ server { location / { return 301 https://$host$request_uri; - add_header Strict-Transport-Security "max-age=31536000"; add_header X-Content-Type-Options nosniff; add_header X-XSS-Protection "1; mode=block"; add_header Referrer-Policy "no-referrer-when-downgrade";