Remove expires header

main
Bob Mottram 2021-06-12 19:11:44 +01:00
parent cf47c90e2c
commit 7659ad2887
1 changed files with 0 additions and 1 deletions

View File

@ -613,7 +613,6 @@ class PubServer(BaseHTTPRequestHandler):
self.send_header('Cache-Control', 'public')
self.send_header('Referrer-Policy', 'origin')
self.send_header('Accept-Ranges', 'none')
self.send_header('Expires', 'Sun, 12 Jun 2050 17:28:50 GMT')
def _set_headers(self, fileFormat: str, length: int, cookie: str,
callingDomain: str) -> None: