mirror of https://gitlab.com/bashrc2/epicyon
Extra cache control
parent
7659ad2887
commit
38e7dd1898
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue