Remove X-Frame options in nginx config (#322)
`X-Frame-Options DENY;` doesn't permit sharing using iframe
This commit is contained in:
parent
f0f1a3fc9e
commit
446f78d7b4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue