From 9ab6785920c30fdbffa27f8be20dd4273552ca45 Mon Sep 17 00:00:00 2001 From: muawiakh Date: Tue, 26 Sep 2017 16:01:14 +0200 Subject: [PATCH] Some more comments --- k8s/nginx-https/container/nginx.conf.template | 1 - 1 file changed, 1 deletion(-) diff --git a/k8s/nginx-https/container/nginx.conf.template b/k8s/nginx-https/container/nginx.conf.template index 50257205..3ffb4cce 100644 --- a/k8s/nginx-https/container/nginx.conf.template +++ b/k8s/nginx-https/container/nginx.conf.template @@ -65,7 +65,6 @@ http { # Frontend server for the external clients; acts as HTTPS termination point. server { listen CLUSTER_FRONTEND_PORT ssl; - add_header X-XSS-Protection "1; mode=block"; server_name "CLUSTER_FQDN"; ssl_certificate /etc/nginx/ssl/cert.pem;