mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
optimizations, failsafes, formatting
This commit is contained in:
parent
480ac254ab
commit
1ff14b4e05
7 changed files with 25 additions and 11 deletions
|
@ -267,6 +267,7 @@ class VHttpSrv(object):
|
|||
|
||||
self.u2idx = None
|
||||
self.ptn_cc = re.compile(r"[\x00-\x1f]")
|
||||
self.uparam_cc_ok = set("doc move tree".split())
|
||||
|
||||
def cachebuster(self):
|
||||
return "a"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue