From 92e96221f2a969590ea4cb71aed7184e1f62adf1 Mon Sep 17 00:00:00 2001 From: Dale Sikkema <dsikkema@ebay.com> Date: Thu, 10 Dec 2015 16:30:00 -0600 Subject: [PATCH] MAGETWO-46581: X-XSS-Protection is set on IE 8 --- nginx.conf.sample | 3 --- 1 file changed, 3 deletions(-) diff --git a/nginx.conf.sample b/nginx.conf.sample index ecabf0b2b14..87b28aa9f69 100644 --- a/nginx.conf.sample +++ b/nginx.conf.sample @@ -24,9 +24,6 @@ index index.php; autoindex off; charset off; -add_header 'X-Content-Type-Options' 'nosniff'; -add_header 'X-XSS-Protection' '1; mode=block'; - location /setup { root $MAGE_ROOT; location ~ ^/setup/index.php { -- GitLab