add cachebuster because chrome ignores no-cache

This commit is contained in:
ed
2021-07-01 20:10:02 +02:00
parent a2009bcc6b
commit d6b5351207
8 changed files with 56 additions and 25 deletions

View File

@@ -108,6 +108,9 @@ class VHttpSrv(object):
aliases = ["splash", "browser", "browser2", "msg", "md", "mde"]
self.j2 = {x: J2_FILES for x in aliases}
def cachebuster(self):
return "a"
class VHttpConn(object):
def __init__(self, args, asrv, log, buf):