Sfoglia il codice sorgente

[mod] disallow search results for robots

Adam Tauber 9 anni fa
parent
commit
dceb903114
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      searx/webapp.py

+ 1
- 0
searx/webapp.py Vedi File

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