From 5195b348fc6971a6a862bf5c48cfb04ae76921a4 Mon Sep 17 00:00:00 2001 From: Yadd Date: Thu, 13 May 2021 12:47:13 +0200 Subject: [PATCH] [Security] add /prx in manager/conf rule --- _example/conf/lmConf-1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_example/conf/lmConf-1.json b/_example/conf/lmConf-1.json index 17dffe05b..f27208c9c 100644 --- a/_example/conf/lmConf-1.json +++ b/_example/conf/lmConf-1.json @@ -127,7 +127,7 @@ "default" : "accept" }, "manager.__DNSDOMAIN__" : { - "(?#Configuration)^/(.*?\\.(fcgi|psgi)/)?(manager\\.html|confs/|$)" : "inGroup(\"timelords\")", + "(?#Configuration)^/(.*?\\.(fcgi|psgi)/)?(manager\\.html|confs|prx/|$)" : "inGroup(\"timelords\")", "(?#Notifications)/(.*?\\.(fcgi|psgi)/)?notifications" : "inGroup(\"timelords\") or $uid eq \"rtyler\"", "(?#Sessions)/(.*?\\.(fcgi|psgi)/)?sessions" : "inGroup(\"timelords\") or $uid eq \"rtyler\"", "default" : "inGroup(\"timelords\") or $uid eq \"rtyler\""