Fix: Embedded player in dev setup

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2039>
environments/review-docs-fix-b-0p3p4g/deployments/16232
Georg Krause 2022-12-02 13:31:40 +00:00 zatwierdzone przez Marge
rodzic 8b20bad542
commit 38bd1351ea
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -92,7 +92,7 @@ http {
add_header 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:";
add_header Referrer-Policy "strict-origin-when-cross-origin";
proxy_pass http://funkwhale-front/front/embed.html;
proxy_pass http://funkwhale-front/embed.html;
expires 1d;
}