From 4e7d097571de1d71e5577015bf2e55263ef94e80 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 24 Oct 2018 20:59:49 -0400 Subject: [PATCH] Bug 1501893 - Tell robots to leave the graphs alone, and leave a trap --- template/en/default/robots.txt.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template/en/default/robots.txt.tmpl b/template/en/default/robots.txt.tmpl index 2b4a01e33..3db56edee 100644 --- a/template/en/default/robots.txt.tmpl +++ b/template/en/default/robots.txt.tmpl @@ -18,6 +18,8 @@ Disallow: [% basepath FILTER none %]show_bug.cgi*format=multiple* Allow: [% basepath FILTER none %]describecomponents.cgi Allow: [% basepath FILTER none %]describekeywords.cgi +Disallow: [% basepath FILTER none %]showdependency* +Disallow: [% basepath FILTER none %]banmyipforever.cgi [% FILTER remove('#.*') %] [% Hook.process("end") %] -- 2.47.3