logo

searx

My custom branche(s) on searx, a meta-search engine
commit: ed925cf561b9bbbb9ba75fc2458e1393a70bf086
parent: 22a3cf7ac7eb808bbd46bd364ab3752e2f7f122c
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Wed,  3 Sep 2014 00:58:32 +0200

[fix] query escaped in all htmls, invalid todo removed

Diffstat:

Msearx/webapp.py1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/searx/webapp.py b/searx/webapp.py @@ -307,7 +307,6 @@ def autocompleter(): else: request_data = request.args - # TODO fix XSS-vulnerability query = request_data.get('q', '').encode('utf-8') if not query: