Procházet zdrojové kódy

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

Pydo před 8 roky
rodič
revize
beff8c6007
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      searx/webapp.py

+ 1
- 0
searx/webapp.py Zobrazit soubor

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