mirror of
https://github.com/9001/copyparty.git
synced 2026-09-24 13:50:16 +01:00
fix GHSA-x5pq-m9p8-f4vx; no dk with fk
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user