Remove X-Frame options in nginx config (#322)

`X-Frame-Options DENY;` doesn't permit sharing using iframe
pull/333/head
Valvin 2018-03-05 09:40:36 +01:00 committed by Chocobozzz
parent f0f1a3fc9e
commit 446f78d7b4
1 changed files with 0 additions and 1 deletions

View File

@ -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;