mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
Added missing quote
This commit is contained in:
parent
8b489ed40c
commit
009454a709
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ location /front/ {
|
|||
more_set_headers "Content-Security-Policy: default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self' data:; object-src 'none'; media-src 'self' data:";
|
||||
more_set_headers "Referrer-Policy: strict-origin-when-cross-origin";
|
||||
more_set_headers "X-Frame-Options: SAMEORIGIN";
|
||||
more_set_headers "Service-Worker-Allowed: /;
|
||||
more_set_headers "Service-Worker-Allowed: /";
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue