luci-base: allow loading translations when not authenticated
authorJo-Philipp Wich <jo@mein.io>
Sat, 25 Jan 2020 22:28:56 +0000 (23:28 +0100)
committerJo-Philipp Wich <jo@mein.io>
Sat, 25 Jan 2020 22:28:56 +0000 (23:28 +0100)
Fixes: #3563
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
modules/luci-base/root/usr/share/luci/menu.d/luci-base.json

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