Selaa lähdekoodia

Merge branch 'master' of https://github.com/asciimoo/searx into feature/seedpeer-engine-integration

Pydo 8 vuotta sitten
vanhempi
commit
beff8c6007
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      searx/webapp.py

+ 1
- 0
searx/webapp.py Näytä tiedosto

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