Sfoglia il codice sorgente

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

Pydo 8 anni fa
parent
commit
beff8c6007
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,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