Explorar el Código

[fix] robots.txt

asciimoo hace 11 años
padre
commit
8305da3e5d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      searx/webapp.py

+ 1
- 1
searx/webapp.py Ver fichero

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