From a937e2dc856664c690366e8b168f66e10fcb2721 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Wed, 16 Oct 2024 11:49:29 +0200 Subject: [PATCH] config.php: disable referer_match by default --- inc/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/config.php b/inc/config.php index 20eaf03d..3a406a44 100644 --- a/inc/config.php +++ b/inc/config.php @@ -367,6 +367,9 @@ // If poster's proxy supplies X-Forwarded-For header, save it for further inspection and/or filtering. $config['proxy_save'] = false; + // Old not clearly documented anti-bot feature. Disabled by default. + $config['referer_match'] = false; + /* * Custom filters detect certain posts and reject/ban accordingly. They are made up of a condition and an * action (for when ALL conditions are met). As every single post has to be put through each filter,