By default, vichan block tor exit nodes IPs, so this should be commented out:
// $config['dnsbl'][] = array('rbl.efnetrbl.org', 4);Then in
post.php:
// Check the referrer
// if ($config['referer_match'] !== false &&
// (!isset($_SERVER['HTTP_REFERER']) || !preg_match($config['referer_match'], rawurldecode($_SERVER['HTTP_REFERER']))))
// error($config['error']['referer']);
// checkDNSBL();
This's not a clean solution but this made both Links2/Elinks work quickly. Modern browsers like many firefox forks (
mercury-browser) would send the
HTTP Referer Header by default, to disable this completely like Links2 do, change the
network.http.sendRefererHeader value (
about:config) to number
0.