ソースを参照

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

Adam Tauber 10 年 前
コミット
ed925cf561
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0
    1
      searx/webapp.py

+ 0
- 1
searx/webapp.py ファイルの表示

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