From ede692925edfc6fca7a52f483414d543e9303237 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 4 Apr 2026 20:28:16 +0000 Subject: [PATCH] reset language too --- copyparty/httpcli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py index 8c74664b..06ea6190 100644 --- a/copyparty/httpcli.py +++ b/copyparty/httpcli.py @@ -154,7 +154,7 @@ _ = (argparse, threading) USED4SEC = {"usedforsecurity": False} if sys.version_info > (3, 9) else {} -ALL_COOKIES = "k304 no304 js idxh dots cppwd cppws".split() +ALL_COOKIES = "cplng cppwd cppws dots idxh js k304 no304".split() BADXFF = " due to dangerous misconfiguration (the http-header specified by --xff-hdr was received from an untrusted reverse-proxy)" BADXFF2 = ". Some copyparty features are now disabled as a safety measure.\n\n\n"