logo

searx

My custom branche(s) on searx, a meta-search engine
commit: a57a011e9491d68db511d611921f4b02a3a5974d
parent: 22c4195c89d99b90e4b1885aaa9cc1323ec8ea4f
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Mon, 16 Mar 2015 12:48:53 +0100

[fix] remove ip plugin pre_search override - closes #275

Diffstat:

Msearx/plugins/self_ip.py2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/searx/plugins/self_ip.py b/searx/plugins/self_ip.py @@ -16,6 +16,4 @@ def pre_search(request, ctx): ip = request.remote_addr ctx['search'].answers.clear() ctx['search'].answers.add(ip) - # return False prevents exeecution of the original block - return False return True