瀏覽代碼

[fix] robots.txt

asciimoo 11 年之前
父節點
當前提交
8305da3e5d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      searx/webapp.py

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

278
 Allow: /
278
 Allow: /
279
 Allow: /about
279
 Allow: /about
280
 Disallow: /stats
280
 Disallow: /stats
281
-Disallow: /engines
281
+Disallow: /preferences
282
 """, mimetype='text/plain')
282
 """, mimetype='text/plain')
283
 
283
 
284
 
284