mirror of
https://github.com/9001/copyparty.git
synced 2025-11-02 13:03:18 +00:00
add cachebuster because chrome ignores no-cache
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user