diff --git a/manifests/media/qbittorrent.yaml b/manifests/media/qbittorrent.yaml index f240ec3..ffd078a 100644 --- a/manifests/media/qbittorrent.yaml +++ b/manifests/media/qbittorrent.yaml @@ -111,7 +111,7 @@ spec: '''.encode() self.send_response(200) - self.send_header('Content-Type', 'text/html') + self.send_header('Content-Type', 'text/html; charset=utf-8') self.send_header('Content-Length', len(body)) self.send_header('Content-Security-Policy', 'frame-ancestors *') self.end_headers()