Browse Source

[mod] robots.txt update

asciimoo 11 years ago
parent
commit
692c0bf5f0
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      searx/webapp.py

+ 1
- 0
searx/webapp.py View File

226
 Allow: /
226
 Allow: /
227
 Allow: /about
227
 Allow: /about
228
 Disallow: /stats
228
 Disallow: /stats
229
+Disallow: /engines
229
 """, mimetype='text/plain')
230
 """, mimetype='text/plain')
230
 
231
 
231
 
232