Skip to content

Commit f8f1543

Browse files
committed
Bug 1941468 - Sitemap robots.txt template is looking at the wrong variable to determine if running on production bugzilla.mozilla.org
1 parent 172618f commit f8f1543

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: template/en/default/robots.txt.tmpl

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
User-agent: *
22
Disallow: [% basepath FILTER none %]
33
Crawl-delay: 30
4-
[% IF Bugzilla.localconfig.urlbase == "https://bugzilla.mozilla.org/" %]
4+
[% IF urlbase == "https://bugzilla.mozilla.org/" %]
55

6-
[% USE Bugzilla %]
76
Allow: [% basepath FILTER none %]$
87
Allow: [% basepath FILTER none %]index.cgi
98

0 commit comments

Comments
 (0)