config.php: disable referer_match by default

This commit is contained in:
Zankaria 2024-10-16 11:49:29 +02:00
parent 585e5638fd
commit a937e2dc85

View file

@ -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,