From a205ec88e1d116e203ccc8c1dc7a2c2c36573b42 Mon Sep 17 00:00:00 2001 From: profAleks Date: Sun, 28 Jul 2024 01:55:12 +0300 Subject: [PATCH] Update php-url-fopen.conf Add HTTPS support in Regex --- config/filter.d/php-url-fopen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filter.d/php-url-fopen.conf b/config/filter.d/php-url-fopen.conf index a7957c9d..89ddd4a6 100644 --- a/config/filter.d/php-url-fopen.conf +++ b/config/filter.d/php-url-fopen.conf @@ -6,7 +6,7 @@ [Definition] -failregex = ^ -.*"(GET|POST).*\?.*\=http\:\/\/.* HTTP\/.*$ +failregex = ^ -.*"(GET|POST|HEAD).*\?.*\=(http|https)\:\/\/.* HTTP\/.*$ ignoreregex =