From 5d54ae898e164dda453eab11a2076355da25fe6e Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sun, 2 Nov 2025 15:27:35 +0100 Subject: [PATCH] fix: piped cors header --- hosts/fw/modules/web/piped.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;