Kaynağa Gözat

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

Pydo 9 yıl önce
ebeveyn
işleme
beff8c6007
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      searx/webapp.py

+ 1
- 0
searx/webapp.py Dosyayı Görüntüle

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