Explorar el Código

[mod] disallow search results for robots

Adam Tauber hace 8 años
padre
commit
dceb903114
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      searx/webapp.py

+ 1
- 0
searx/webapp.py Ver fichero

@@ -657,6 +657,7 @@ Allow: /
657 657
 Allow: /about
658 658
 Disallow: /stats
659 659
 Disallow: /preferences
660
+Disallow: /*?*q=*
660 661
 """, mimetype='text/plain')
661 662
 
662 663