mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix image occlusion error during review
This commit is contained in:
parent
4fb2efb8aa
commit
71311f201e
1 changed files with 1 additions and 0 deletions
|
@ -691,6 +691,7 @@ def _check_dynamic_request_permissions():
|
||||||
elif context == PageContext.REVIEWER and request.path in (
|
elif context == PageContext.REVIEWER and request.path in (
|
||||||
"/_anki/getSchedulingStatesWithContext",
|
"/_anki/getSchedulingStatesWithContext",
|
||||||
"/_anki/setSchedulingStates",
|
"/_anki/setSchedulingStates",
|
||||||
|
"/_anki/i18nResources",
|
||||||
):
|
):
|
||||||
# reviewer is only allowed to access custom study methods
|
# reviewer is only allowed to access custom study methods
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in a new issue