diff options
| author | Pydo <pydo@tutanota.com> | 2016-10-01 19:26:51 -0400 |
|---|---|---|
| committer | Pydo <pydo@tutanota.com> | 2016-10-01 19:26:51 -0400 |
| commit | beff8c6007c364de3e42b4aa5114ce9db5e544cd (patch) | |
| tree | b2ba6806f5a78fc2934e980fc864466b6f758e4e | |
| parent | 01844b6f04c99a7a5219ec06afe4266c76a57aeb (diff) | |
| parent | dceb9031140a12972d000849ea8819a6d383739a (diff) | |
Merge branch 'master' of https://github.com/asciimoo/searx into feature/seedpeer-engine-integration
| -rw-r--r-- | searx/webapp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index 262bf9bdf..5bdbc71a6 100644 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -657,6 +657,7 @@ Allow: / Allow: /about Disallow: /stats Disallow: /preferences +Disallow: /*?*q=* """, mimetype='text/plain') |