logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 8305da3e5d755a28f1ad774d5e5100644c1b70ed
parent: 599c801ecdc038db6ba7f6228f28f124b90b1ccd
Author: asciimoo <asciimoo@gmail.com>
Date:   Fri,  7 Feb 2014 18:43:05 +0100

[fix] robots.txt

Diffstat:

Msearx/webapp.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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')