summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-10-01 20:22:52 +0200
committerAdam Tauber <asciimoo@gmail.com>2016-10-01 20:22:52 +0200
commitdceb9031140a12972d000849ea8819a6d383739a (patch)
tree96beb3049efd9326588fa1ea8b0dfaa0d417ccd8 /searx/webapp.py
parent295fc9ce96d8cca9c6c4776a00e5fb0942eb6f4d (diff)
downloadsearxng-dceb9031140a12972d000849ea8819a6d383739a.tar.gz
searxng-dceb9031140a12972d000849ea8819a6d383739a.zip
[mod] disallow search results for robots
Diffstat (limited to 'searx/webapp.py')
-rw-r--r--searx/webapp.py1
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')