From a0bd9bce39d2b88b49282329155bb773086b83a7 Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 29 Sep 2017 14:00:05 -0700 Subject: [PATCH] Commented out security headers - might req apache module --- public/.htaccess | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index 513d3714c..0fc54f004 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -25,9 +25,9 @@ RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] # Security Headers - Header set Strict-Transport-Security "max-age=2592000" env=HTTPS - Header set X-XSS-Protection "1; mode=block" - Header set X-Content-Type-Options nosniff - Header set X-Permitted-Cross-Domain-Policies "master-only" + # Header set Strict-Transport-Security "max-age=2592000" env=HTTPS + # Header set X-XSS-Protection "1; mode=block" + # Header set X-Content-Type-Options nosniff + # Header set X-Permitted-Cross-Domain-Policies "master-only"