From: Valvin Date: Mon, 5 Mar 2018 08:40:36 +0000 (+0100) Subject: Remove X-Frame options in nginx config (#322) X-Git-Tag: v1.0.0-alpha.4~7 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=446f78d7b40a50a792fa903ca8e031a904d8ca30;p=github%2FChocobozzz%2FPeerTube.git Remove X-Frame options in nginx config (#322) `X-Frame-Options DENY;` doesn't permit sharing using iframe --- diff --git a/support/nginx/peertube b/support/nginx/peertube index f2632084c..e94eac5e8 100644 --- a/support/nginx/peertube +++ b/support/nginx/peertube @@ -38,7 +38,6 @@ server { # resolver_timeout 5s; add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload"; - add_header X-Frame-Options DENY; add_header X-Content-Type-Options nosniff; add_header X-XSS-Protection "1; mode=block"; add_header X-Robots-Tag none;