diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-02-15 17:30:22 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-02-15 17:30:22 +0100 |
commit | a21d718edfe6772b0e0a86eb5cb8937c7083bf5b (patch) | |
tree | bae1f35fd4f7024b7f6bcae8391518527849c37c /extensions/SiteMapIndex | |
parent | 60c806ad7aaa6da20c20d93e352eab0c22c9d4df (diff) | |
download | bugzilla-a21d718edfe6772b0e0a86eb5cb8937c7083bf5b.tar.gz bugzilla-a21d718edfe6772b0e0a86eb5cb8937c7083bf5b.tar.xz |
Bug 839970 - sitemap extension needs to allow access to data/SiteMapIndex/sitemap* in robots.txt
Diffstat (limited to 'extensions/SiteMapIndex')
-rw-r--r-- | extensions/SiteMapIndex/robots.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/SiteMapIndex/robots.txt b/extensions/SiteMapIndex/robots.txt index 139edbf93..7adeebd32 100644 --- a/extensions/SiteMapIndex/robots.txt +++ b/extensions/SiteMapIndex/robots.txt @@ -6,4 +6,5 @@ Allow: /*index.cgi Allow: /*page.cgi Allow: /*show_bug.cgi Allow: /*describecomponents.cgi +Allow: /*data/SiteMapIndex/sitemap*.xml.gz Sitemap: SITEMAP_URL |