mirror of https://gitlab.com/bashrc2/epicyon
Include host
parent
dccb22c393
commit
c8a5bd9c36
|
@ -737,7 +737,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
'audio/' in fileFormat or \
|
'audio/' in fileFormat or \
|
||||||
'video/' in fileFormat:
|
'video/' in fileFormat:
|
||||||
acStr = \
|
acStr = \
|
||||||
'Server, x-goog-meta-frames, Content-Length, ' + \
|
'Host, Server, x-goog-meta-frames, Content-Length, ' + \
|
||||||
'Content-Type, Range, X-Requested-With, ' + \
|
'Content-Type, Range, X-Requested-With, ' + \
|
||||||
'If-Modified-Since, If-None-Match'
|
'If-Modified-Since, If-None-Match'
|
||||||
self.send_header('Access-Control-Allow-Headers', acStr)
|
self.send_header('Access-Control-Allow-Headers', acStr)
|
||||||
|
|
Loading…
Reference in New Issue