From ed925cf561b9bbbb9ba75fc2458e1393a70bf086 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Wed, 3 Sep 2014 00:58:32 +0200 Subject: [PATCH] [fix] query escaped in all htmls, invalid todo removed --- searx/webapp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/searx/webapp.py b/searx/webapp.py index ee51603..b586aa2 100644 --- 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: