From ef5f490cf4325f1c30e7dc32d9959f03df5a35e0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 2 May 2016 22:10:50 +0530 Subject: [PATCH] ... --- src/calibre/srv/books.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: