mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
fix embed.html
This commit is contained in:
parent
9a10c36251
commit
66ef729d9b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
}
|
||||
|
||||
location ~ "/(front/)?embed.html" {
|
||||
alias __INSTALL_DIR__/front/dist/;embed.html;
|
||||
alias __INSTALL_DIR__/front/dist/embed.html;
|
||||
more_set_headers "Content-Security-Policy: connect-src https: http: 'self'; default-src 'self'; script-src 'self' unpkg.com 'unsafe-inline' 'unsafe-eval'; style-src https: http: 'self' 'unsafe-inline'; img-src https: http: 'self' data:; font-src https: http: 'self' data:; object-src 'none'; media-src https: http: 'self' data:";
|
||||
more_set_headers "Referrer-Policy: strict-origin-when-cross-origin";
|
||||
|
||||
|
|
Loading…
Reference in a new issue