From aaf0f213069457ea033b36ed1c80597a63719bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Sztern?= Date: Wed, 5 Jul 2017 21:48:14 +0200 Subject: [PATCH] Example: remove X-Frame-Options from nginx.conf --- .examples/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.examples/nginx.conf b/.examples/nginx.conf index ef8603a..40b0975 100644 --- a/.examples/nginx.conf +++ b/.examples/nginx.conf @@ -17,7 +17,6 @@ http { # Add headers to serve security related headers add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;"; 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;