瀏覽代碼

[fix] robots.txt

asciimoo 11 年之前
父節點
當前提交
8305da3e5d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      searx/webapp.py

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

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