diff --git a/hosts/fw/modules/web/piped.nix b/hosts/fw/modules/web/piped.nix index c859a0b..22da730 100644 --- a/hosts/fw/modules/web/piped.nix +++ b/hosts/fw/modules/web/piped.nix @@ -252,8 +252,8 @@ in proxyPass = "http://127.0.0.1:${toString proxyPort}/"; extraConfig = '' # CORS headers for video streaming (restricted to own frontend) - add_header Access-Control-Allow-Origin https://${domain} always; - add_header Access-Control-Allow-Credentials "true" always; + # add_header Access-Control-Allow-Origin https://${domain} always; + # add_header Access-Control-Allow-Credentials "true" always; proxy_buffering on;