瀏覽代碼

Merge branch 'master' of https://github.com/asciimoo/searx into feature/seedpeer-engine-integration

Pydo 8 年之前
父節點
當前提交
beff8c6007
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      searx/webapp.py

+ 1
- 0
searx/webapp.py 查看文件

@@ -657,6 +657,7 @@ Allow: /
657 657
 Allow: /about
658 658
 Disallow: /stats
659 659
 Disallow: /preferences
660
+Disallow: /*?*q=*
660 661
 """, mimetype='text/plain')
661 662
 
662 663