luci-base: allow loading translations when not authenticated

Fixes: #3563
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2020-01-25 23:28:56 +01:00
parent 0130e2b08c
commit 8978aaf6b6

View file

@ -65,9 +65,7 @@
"module": "luci.controller.admin.index",
"function": "action_translations"
},
"auth": {
"methods": [ "cookie:sysauth" ]
}
"auth": {}
},
"admin/ubus/*": {