From e40755331ba9449993ff482456e6bdd2c6deb950 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 6 Jul 2026 17:00:23 +0000 Subject: [PATCH] fix GHSA-x5pq-m9p8-f4vx; no dk with fk --- copyparty/httpcli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py index 331713db..996e1643 100644 --- a/copyparty/httpcli.py +++ b/copyparty/httpcli.py @@ -7204,7 +7204,7 @@ class HttpCli(object): else: ls_names = exclude_dotfiles(ls_names) - add_dk = vf.get("dk") + add_dk = not use_filekey and vf.get("dk") add_fk = vf.get("fk") fk_alg = 2 if "fka" in vf else 1 if add_dk: