This commit is contained in:
ed 2023-07-23 15:43:38 +00:00
parent 1a658dedb7
commit d0aa20e17c
4 changed files with 24 additions and 3 deletions

View file

@ -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"