]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1432095 - OpenGraph image not loaded
authorKohei Yoshino <kohei.yoshino@gmail.com>
Tue, 31 Jul 2018 21:20:11 +0000 (17:20 -0400)
committerdklawren <dklawren@users.noreply.github.com>
Tue, 31 Jul 2018 21:20:11 +0000 (17:20 -0400)
extensions/OpenGraph/template/en/default/hook/robots-end.txt.tmpl [new file with mode: 0644]
extensions/SiteMapIndex/template/en/default/hook/robots-end.txt.tmpl
template/en/default/robots.txt.tmpl

diff --git a/extensions/OpenGraph/template/en/default/hook/robots-end.txt.tmpl b/extensions/OpenGraph/template/en/default/hook/robots-end.txt.tmpl
new file mode 100644 (file)
index 0000000..2179240
--- /dev/null
@@ -0,0 +1,4 @@
+[%# comment lines are required to produce line breaks %]
+#
+Allow: /extensions/OpenGraph/web/
+#
index 818afb1518d77688ad50350035ca353d951a84ef..8805de0aa2213e90b730b418d8ba61c9349bb954 100644 (file)
@@ -1,2 +1,5 @@
+[%# comment lines are required to produce line breaks %]
+#
 Allow: /data/SiteMapIndex/sitemap*.xml.gz
 Sitemap: [% SITEMAP_URL %]
+#
index 7ef83c0f154ad17ecc1c30a5c2d9dc25fbe781d6..a4f8aed248f21bae354d3cd1840316d15aa85983 100644 (file)
@@ -19,6 +19,8 @@ Disallow: /show_bug.cgi*format=multiple*
 Allow: /describecomponents.cgi
 Allow: /describekeywords.cgi
 
+[% FILTER remove('#.*') %]
 [% Hook.process("end") %]
+[% END %]
 
 [% END %]