fixed iframe from not loading on event page preview

This commit is contained in:
Jeremy Quinton 2018-11-04 18:54:55 +02:00
parent d07ecc79d1
commit 2ad2c2b305
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ resolver_timeout 5s;
# the "preload" directive if you understand the implications.
#add_header Strict-Transport-Security "max-age=63072000; includeSubdomains; preload";
add_header Strict-Transport-Security "max-age=63072000; includeSubdomains";
add_header X-Frame-Options DENY;
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
ssl_dhparam /etc/ssl/certs/dhparam.pem;