fixed iframe from not loading on event page preview
This commit is contained in:
parent
d07ecc79d1
commit
2ad2c2b305
|
|
@ -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;
|
||||
Loading…
Reference in New Issue