Browse Source

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

Pydo 8 years ago
parent
commit
beff8c6007
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      searx/webapp.py

+ 1
- 0
searx/webapp.py View File

657
 Allow: /about
657
 Allow: /about
658
 Disallow: /stats
658
 Disallow: /stats
659
 Disallow: /preferences
659
 Disallow: /preferences
660
+Disallow: /*?*q=*
660
 """, mimetype='text/plain')
661
 """, mimetype='text/plain')
661
 
662
 
662
 
663