diff --git a/nginx.conf.sample b/nginx.conf.sample
index ecabf0b2b14bb6737951d2ae19433dc0933cbd0b..87b28aa9f691d71666b2a91b433b77b1b4d672c2 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 {