diff --git a/searx/plugins/self_ip.py b/searx/plugins/self_ip.py index 0353be7..31c80f9 100644 --- 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