浏览代码

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
 Allow: /about
657
 Allow: /about
658
 Disallow: /stats
658
 Disallow: /stats
659
 Disallow: /preferences
659
 Disallow: /preferences
660
+Disallow: /*?*q=*
660
 """, mimetype='text/plain')
661
 """, mimetype='text/plain')
661
 
662
 
662
 
663