1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-23 13:59:30 +01:00

Turn Proxy Check on in the config.

This commit is contained in:
fallenPineapple 2017-04-29 18:45:48 -04:00
parent 80652ee603
commit e0527233ce

View File

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