Include host

main
Bob Mottram 2021-10-12 20:33:28 +01:00
parent dccb22c393
commit c8a5bd9c36
1 changed files with 1 additions and 1 deletions

View File

@ -737,7 +737,7 @@ class PubServer(BaseHTTPRequestHandler):
'audio/' in fileFormat or \
'video/' in fileFormat:
acStr = \
'Server, x-goog-meta-frames, Content-Length, ' + \
'Host, Server, x-goog-meta-frames, Content-Length, ' + \
'Content-Type, Range, X-Requested-With, ' + \
'If-Modified-Since, If-None-Match'
self.send_header('Access-Control-Allow-Headers', acStr)