From a48f48d9116147b60b901f352b145411b4b5765b Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mon, 16 Oct 2017 22:13:07 +0000 Subject: [PATCH] Who am I kidding? Nobody's going to report these failures.. This reverts commit f3fbcce8295adbb4d03c474bc93ade03e784b6bf. --- roles/httpd/website/templates/securityheaders.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/httpd/website/templates/securityheaders.conf b/roles/httpd/website/templates/securityheaders.conf index dd5a1ded4d..6712d74881 100644 --- a/roles/httpd/website/templates/securityheaders.conf +++ b/roles/httpd/website/templates/securityheaders.conf @@ -1,6 +1,4 @@ -{% if env == "staging" %} Header always set X-Frame-Options "DENY" Header always set X-Xss-Protection "1; mode=block" -{% endif %} Header always set X-Content-Type-Options "nosniff" Header always set Referrer-Policy "same-origin"