1
0
mirror of https://github.com/searxng/searxng.git synced 2024-08-22 14:10:44 +02:00

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

This commit is contained in:
Adam Tauber 2014-09-03 00:58:32 +02:00
parent 22a3cf7ac7
commit ed925cf561

View File

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