Przeglądaj źródła

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

Pydo 8 lat temu
rodzic
commit
beff8c6007
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      searx/webapp.py

+ 1
- 0
searx/webapp.py Wyświetl plik

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