소스 검색

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

Pydo 8 년 전
부모
커밋
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