1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2022-05-05 09:51:56 +02:00
parent 2e3496829c
commit d211a8ea18
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -4,7 +4,7 @@ location / {
alias __FINALPATH__/public/;
# Add headers to serve security related headers
more_set_headers "Strict-Transport-Security: frame-ancestors http://*:* https://*:*";
more_set_headers "Content-Security-Policy : frame-ancestors http://*:* https://*:*";
index index.php;