Просмотр исходного кода

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

Pydo 8 лет назад
Родитель
Сommit
beff8c6007
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1
    0
      searx/webapp.py

+ 1
- 0
searx/webapp.py Просмотреть файл

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