logo

searx

My custom branche(s) on searx, a meta-search engine
commit: dceb9031140a12972d000849ea8819a6d383739a
parent: 295fc9ce96d8cca9c6c4776a00e5fb0942eb6f4d
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Sat,  1 Oct 2016 20:22:52 +0200

[mod] disallow search results for robots

Diffstat:

Msearx/webapp.py1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/searx/webapp.py b/searx/webapp.py @@ -657,6 +657,7 @@ Allow: / Allow: /about Disallow: /stats Disallow: /preferences +Disallow: /*?*q=* """, mimetype='text/plain')