Remove content type from redirect

main
Bob Mottram 2020-06-19 14:20:19 +01:00
parent bc0089f61e
commit 6b3f3d1a64
1 changed files with 0 additions and 1 deletions

View File

@ -541,7 +541,6 @@ class PubServer(BaseHTTPRequestHandler):
self.send_header('Location', redirect)
self.send_header('Host', callingDomain)
self.send_header('InstanceID', self.server.instanceId)
self.send_header('Content-type', 'text/html; charset=utf-8')
self.send_header('Content-Length', '0')
self.send_header('X-Robots-Tag', 'noindex')
self.end_headers()