Pārlūkot izejas kodu

[fix] robots.txt

asciimoo 11 gadus atpakaļ
vecāks
revīzija
8305da3e5d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      searx/webapp.py

+ 1
- 1
searx/webapp.py Parādīt failu

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