From 5662faa7ea21dee3fad8ab1beeae186509f1212c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szekeres=20Ba=CC=81lint?= Date: Fri, 23 Feb 2018 01:58:51 +0100 Subject: [PATCH] removed X-UA-Compatible --- public/templates/conf/_general.conf.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/templates/conf/_general.conf.html b/public/templates/conf/_general.conf.html index e831847..1abdcf7 100644 --- a/public/templates/conf/_general.conf.html +++ b/public/templates/conf/_general.conf.html @@ -1,8 +1,7 @@ -# headers +# security headers add_header X-Frame-Options "SAMEORIGIN" always; add_header X-XSS-Protection "1; mode=block" always; add_header X-Content-Type-Options "nosniff" always; -add_header X-UA-Compatible "IE=Edge" always; add_header Referrer-Policy "{{ data.referrer_policy }}" always;