From c2d8f21347e580f4be6b20bf98f3634118d6f5bf Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Fri, 26 Dec 2025 11:25:11 +0000 Subject: [PATCH] refactor(pm/copyparty): remove useless header-hide Change-Id: uokmslptvpypsqvlntrtqkprtwvmwomx In the copyparty code, we previously hid a header before overriding it. Hiding a header hides it from the client when the server sends it. There's no point to it here. It isn't actively harmful, since as we set the header after anyway, but it's also not required and could be confusing. --- packetmix/systems/teal/copyparty.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/packetmix/systems/teal/copyparty.nix b/packetmix/systems/teal/copyparty.nix index 133e7d90..7b5302da 100644 --- a/packetmix/systems/teal/copyparty.nix +++ b/packetmix/systems/teal/copyparty.nix @@ -177,7 +177,6 @@ proxyWebsockets = true; extraConfig = '' - proxy_hide_header X-Webauth-Login; proxy_set_header X-Webauth-Login $preferred_username; proxy_intercept_errors on; -- 2.43.0