mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
v1.8.7
This commit is contained in:
parent
1a658dedb7
commit
d0aa20e17c
4 changed files with 24 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
import os
|
||||
import re
|
||||
import sys
|
||||
import time
|
||||
import shutil
|
||||
|
@ -179,6 +180,8 @@ class VHttpSrv(object):
|
|||
self.gpwd = Garda("")
|
||||
self.g404 = Garda("")
|
||||
|
||||
self.ptn_cc = re.compile(r"[\x00-\x1f]")
|
||||
|
||||
def cachebuster(self):
|
||||
return "a"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue