Extra cache control

main
Bob Mottram 2021-06-12 21:16:31 +01:00
parent 7659ad2887
commit 38e7dd1898
1 changed files with 1 additions and 0 deletions

View File

@ -610,6 +610,7 @@ class PubServer(BaseHTTPRequestHandler):
self.send_header('X-Robots-Tag',
'noindex, nofollow, noarchive, nosnippet')
self.send_header('X-Clacks-Overhead', 'GNU Natalie Nguyen')
self.send_header('Cache-Control', 'max-age=31536000')
self.send_header('Cache-Control', 'public')
self.send_header('Referrer-Policy', 'origin')
self.send_header('Accept-Ranges', 'none')