From 3bcded45e422d9f2524af53ebf9e5ec2d7de74ff Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Thu, 13 Jul 2017 20:41:34 +0200 Subject: [PATCH] [fix] nginx SAMEORIGIN --- conf/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 445eca8..7c50caf 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -15,7 +15,6 @@ location ^~ #LOCATION# { # Add headers to serve security related headers add_header Strict-Transport-Security "max-age=15768000;"; add_header X-Content-Type-Options nosniff; - add_header X-Frame-Options "SAMEORIGIN"; add_header X-XSS-Protection "1; mode=block"; add_header X-Robots-Tag none; add_header X-Download-Options noopen;