소스 검색

[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