diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-10-01 20:22:52 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2016-10-01 20:22:52 +0200 |
commit | dceb9031140a12972d000849ea8819a6d383739a (patch) | |
tree | 96beb3049efd9326588fa1ea8b0dfaa0d417ccd8 /searx/webapp.py | |
parent | 295fc9ce96d8cca9c6c4776a00e5fb0942eb6f4d (diff) | |
download | searxng-dceb9031140a12972d000849ea8819a6d383739a.tar.gz searxng-dceb9031140a12972d000849ea8819a6d383739a.zip |
[mod] disallow search results for robots
Diffstat (limited to 'searx/webapp.py')
-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') |