From 22df8a1b1f2666a7a0faf5151c439c4cd9890ec8 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Sat, 28 Mar 2026 23:17:39 +0800 Subject: [PATCH] Removed fileDownload and replaced by using `downloadWireguardConfigurationBackup` --- src/dashboard.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dashboard.py b/src/dashboard.py index 4797287b..6bc13492 100644 --- a/src/dashboard.py +++ b/src/dashboard.py @@ -249,7 +249,6 @@ def auth_req(): whiteList = [ '/static/', 'validateAuthentication', 'authenticate', 'getDashboardConfiguration', 'getDashboardTheme', 'getDashboardVersion', 'sharePeer/get', 'isTotpEnabled', 'locale', - '/fileDownload', '/client' ]