mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
config-reset forgot the dots cookie
This commit is contained in:
parent
95d9e693c6
commit
bc2c1e427a
|
@ -3656,7 +3656,7 @@ class HttpCli(object):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def set_cfg_reset(self) -> bool:
|
def set_cfg_reset(self) -> bool:
|
||||||
for k in ("k304", "js", "idxh", "cppwd", "cppws"):
|
for k in ("k304", "js", "idxh", "dots", "cppwd", "cppws"):
|
||||||
cookie = gencookie(k, "x", self.args.R, False)
|
cookie = gencookie(k, "x", self.args.R, False)
|
||||||
self.out_headerlist.append(("Set-Cookie", cookie))
|
self.out_headerlist.append(("Set-Cookie", cookie))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue