Don't need content-disposition

main
Bob Mottram 2021-10-12 16:20:08 +01:00
parent 0dd0cf916d
commit 4103672e07
1 changed files with 0 additions and 1 deletions

View File

@ -722,7 +722,6 @@ class PubServer(BaseHTTPRequestHandler):
'video/' in fileFormat:
cache_control = 'public, max-age=84600, immutable'
self.send_header('Cache-Control', cache_control)
self.send_header('Content-Disposition', 'inline')
else:
self.send_header('Cache-Control', 'public')
self.send_header('Origin', self.server.domainFull)