Max age of zero

main
Bob Mottram 2021-06-12 23:38:56 +01:00
parent 0924a02ca8
commit 1224540e2c
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ class PubServer(BaseHTTPRequestHandler):
self.send_header('Host', callingDomain) self.send_header('Host', callingDomain)
self.send_header('InstanceID', self.server.instanceId) self.send_header('InstanceID', self.server.instanceId)
self.send_header('X-Clacks-Overhead', 'GNU Natalie Nguyen') self.send_header('X-Clacks-Overhead', 'GNU Natalie Nguyen')
self.send_header('Cache-Control', 'max-age=31536000') self.send_header('Cache-Control', 'max-age=0')
self.send_header('Cache-Control', 'public') self.send_header('Cache-Control', 'public')
def _set_headers(self, fileFormat: str, length: int, cookie: str, def _set_headers(self, fileFormat: str, length: int, cookie: str,