From 3e4f487fb01e3c86bd3d06bdb5aef3fa06f19adc Mon Sep 17 00:00:00 2001 From: Korbs Date: Fri, 7 Jun 2024 20:58:41 -0400 Subject: [PATCH] update --- data/config.php | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/data/config.php b/data/config.php index 4157b27..71400ba 100644 --- a/data/config.php +++ b/data/config.php @@ -48,20 +48,7 @@ class config{ // Block clients who present any of the following headers in their request (SPECIFY IN !!lowercase!!) // Eg: ["x-forwarded-for", "x-via", "forwarded-for", "via"]; // Useful for blocking *some* proxies used for botting - const FILTERED_HEADER_KEYS = [ - "x-forwarded-for", - "x-cluster-client-ip", - "x-client-ip", - "x-real-ip", - "client-ip", - "real-ip", - "forwarded-for", - "forwarded-for-ip", - "forwarded", - "proxy-connection", - "remote-addr", - "via" - ]; + const FILTERED_HEADER_KEYS = []; // Maximal number of searches per captcha key/pass issued. Counter gets // reset on every APCU cache clear (should happen once a day).