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;