From 07b186b062c3c18281aba452a68cdd22faef6d89 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Wed, 12 Feb 2025 23:58:01 +0330 Subject: [PATCH] Fixed blocked path --- core/scripts/webpanel/webpanel_shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/webpanel/webpanel_shell.sh b/core/scripts/webpanel/webpanel_shell.sh index f69588d..9d232de 100644 --- a/core/scripts/webpanel/webpanel_shell.sh +++ b/core/scripts/webpanel/webpanel_shell.sh @@ -90,7 +90,7 @@ $DOMAIN:$PORT { # Any request that doesn't start with the ROOT_PATH('/$ROOT_PATH/') will be blocked and no response will be sent to the client @blocked { - not path /fd31b4edc70619d5d39edf3c2da97e2c/* + not path /$ROOT_PATH/* } # Abort the request, effectively dropping the connection without a response for invalid paths