summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2014-02-07 18:43:05 +0100
committerasciimoo <asciimoo@gmail.com>2014-02-07 18:43:05 +0100
commit8305da3e5d755a28f1ad774d5e5100644c1b70ed (patch)
treecd9f4e283198141be904e5ac5a8f9666058fcf9f
parent599c801ecdc038db6ba7f6228f28f124b90b1ccd (diff)
[fix] robots.txt
-rw-r--r--searx/webapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index 8c3cfe4a7..84d9c3f03 100644
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -278,7 +278,7 @@ def robots():
Allow: /
Allow: /about
Disallow: /stats
-Disallow: /engines
+Disallow: /preferences
""", mimetype='text/plain')