From c97a76eae586a606514a61aeba4276dca126e44c Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Fri, 14 Jul 2017 12:02:25 +0200 Subject: [PATCH] [fix] SAMEORIGIN --- conf/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 7c50caf..82c54ad 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -76,7 +76,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;