forked from leftypol/leftypol
config.php: disable referer_match by default
This commit is contained in:
parent
585e5638fd
commit
a937e2dc85
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue