From 8305da3e5d755a28f1ad774d5e5100644c1b70ed Mon Sep 17 00:00:00 2001 From: asciimoo Date: Fri, 7 Feb 2014 18:43:05 +0100 Subject: [PATCH] [fix] robots.txt --- searx/webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/webapp.py b/searx/webapp.py index 8c3cfe4a..84d9c3f0 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')