diff --git a/manifests/media/qbittorrent.yaml b/manifests/media/qbittorrent.yaml index abc9e78..f240ec3 100644 --- a/manifests/media/qbittorrent.yaml +++ b/manifests/media/qbittorrent.yaml @@ -113,7 +113,7 @@ spec: self.send_response(200) self.send_header('Content-Type', 'text/html') self.send_header('Content-Length', len(body)) - self.send_header('X-Frame-Options', 'SAMEORIGIN') + self.send_header('Content-Security-Policy', 'frame-ancestors *') self.end_headers() self.wfile.write(body) def log_message(self, *a): pass