summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--searx/webapp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index ee516031a..b586aa2d2 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: