From 71311f201e8c5eb6b89539b1283f655a5eec7fb8 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 8 Jun 2024 05:06:54 +0700 Subject: [PATCH] Fix image occlusion error during review --- qt/aqt/mediasrv.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qt/aqt/mediasrv.py b/qt/aqt/mediasrv.py index f5f3fe65e..54573680e 100644 --- a/qt/aqt/mediasrv.py +++ b/qt/aqt/mediasrv.py @@ -691,6 +691,7 @@ def _check_dynamic_request_permissions(): elif context == PageContext.REVIEWER and request.path in ( "/_anki/getSchedulingStatesWithContext", "/_anki/setSchedulingStates", + "/_anki/i18nResources", ): # reviewer is only allowed to access custom study methods pass