mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-23 05:49:44 +01:00
Turn Proxy Check on in the config.
This commit is contained in:
parent
80652ee603
commit
e0527233ce
@ -336,7 +336,7 @@
|
||||
$config['board_locked'] = false;
|
||||
|
||||
// If poster's proxy supplies X-Forwarded-For header, check if poster's real IP is banned.
|
||||
$config['proxy_check'] = false;
|
||||
$config['proxy_check'] = true;
|
||||
|
||||
// If poster's proxy supplies X-Forwarded-For header, save it for further inspection and/or filtering.
|
||||
$config['proxy_save'] = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user