diff --git a/src/dashboard.py b/src/dashboard.py index 98b55f2..34f5eb4 100644 --- a/src/dashboard.py +++ b/src/dashboard.py @@ -2051,7 +2051,7 @@ def auth_req(): else: DashboardConfig.APIAccessed = False whiteList = [ - '/static/', 'validateAuthentication', 'authenticate', 'getDashboardConfiguration', + '/static/', 'validateAuthentication', 'authenticate', 'getDashboardTheme', 'getDashboardVersion', 'sharePeer/get', 'isTotpEnabled', 'locale', '/fileDownload' ]