diff --git a/src/calibre/srv/books.py b/src/calibre/srv/books.py index 90c4289c52..8819815548 100644 --- a/src/calibre/srv/books.py +++ b/src/calibre/srv/books.py @@ -189,7 +189,7 @@ def manifest_as_json(): ans = ans.encode('utf-8') return ans -@endpoint('/mathjax/{+which=""}') +@endpoint('/mathjax/{+which=""}', auth_required=False) def mathjax(ctx, rd, which): manifest = get_mathjax_manifest(rd.tdir) if not which: