]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1501893 - Tell robots to leave the graphs alone, and leave a trap
authorDylan William Hardison <dylan@hardison.net>
Thu, 25 Oct 2018 00:59:49 +0000 (20:59 -0400)
committerGitHub <noreply@github.com>
Thu, 25 Oct 2018 00:59:49 +0000 (20:59 -0400)
template/en/default/robots.txt.tmpl

index 2b4a01e331d67a07f3a02eaf38583a73e83ac227..3db56edeed3df727258b44488f1df1f5e6fdc9a2 100644 (file)
@@ -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") %]