浏览代码

[mod] robots.txt update

asciimoo 11 年前
父节点
当前提交
692c0bf5f0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      searx/webapp.py

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

@@ -226,6 +226,7 @@ def robots():
226 226
 Allow: /
227 227
 Allow: /about
228 228
 Disallow: /stats
229
+Disallow: /engines
229 230
 """, mimetype='text/plain')
230 231
 
231 232