From c1d10ee6ea92d49b5e62943c4dcba15a0a493289 Mon Sep 17 00:00:00 2001 From: icxes Date: Thu, 26 Feb 2026 01:10:45 +0200 Subject: [PATCH] tweak BADVER language --- copyparty/httpcli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py index 0be15e56..de783ab7 100644 --- a/copyparty/httpcli.py +++ b/copyparty/httpcli.py @@ -156,7 +156,7 @@ BADXFF = " due to dangerous misconfiguration (the http-header specified by --xff BADXFF2 = ". Some copyparty features are now disabled as a safety measure.\n\n\n" BADXFP = ', or change the copyparty global-option "xf-proto" to another header-name to read this value from. Alternatively, if your reverseproxy is not able to provide a header similar to "X-Forwarded-Proto", then you must tell copyparty which protocol to assume; either "--xf-proto-fb=http" or "--xf-proto-fb=https"' BADXFFB = "
NOTE: serverlog has a message regarding your reverse-proxy config
" -BADVER = "
The version of copyparty currently active has a known vulnerability (more info) that has been fixed; please update to the latest version. This message is only visible to users with admin (a/A) permissions.
" +BADVER = "
The version of copyparty currently active has a known vulnerability (more info) that has been fixed; please update to the latest version. This message is only visible to users with the admin (a or A) permission.
" H_CONN_KEEPALIVE = "Connection: Keep-Alive" H_CONN_CLOSE = "Connection: Close"