Browse Source

[fix] robots.txt

asciimoo 11 years ago
parent
commit
8305da3e5d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      searx/webapp.py

+ 1
- 1
searx/webapp.py View File

@@ -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