소스 검색

[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