diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2017-09-10 17:02:14 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2017-09-10 17:02:14 -0700 |
commit | d4be0b1308944c237d19cf6bedf1262be0f77a07 (patch) | |
tree | 6c4a9cab004c438586fb069a18f0012a25e5143f | |
parent | Merge remote-tracking branch 'upstream/5.0' (diff) | |
download | bugzilla-d4be0b1308944c237d19cf6bedf1262be0f77a07.tar.gz bugzilla-d4be0b1308944c237d19cf6bedf1262be0f77a07.tar.bz2 bugzilla-d4be0b1308944c237d19cf6bedf1262be0f77a07.zip |
Convert HTTP to HTTPS links.
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=630608
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | bots.html | 9 | ||||
-rw-r--r-- | extensions/Gentoo/template/en/default/hook/index-intro.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/bug/create/user-message.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/global/choose-product.html.tmpl | 8 |
4 files changed, 11 insertions, 10 deletions
@@ -9,19 +9,20 @@ <h3>What URLs are bots and automated scripts allowed to hit?</h3> <p>Unless you have a listed exception, the URLs below are the ONLY ones you are allowed to hit with bots.</p> <p><tt>robots.txt</tt> is your friend. It reflects these rules in a more detailed manner.</p> +<p>HTTPS should always be used, non-HTTP requests will be redirected to upgrade.</p> <ul> <li> Any direct bug page (more parameters eg for RSS/XML forms are fine):<br /> - http://bugs.gentoo.org/<BUGID><br /> - http://bugs.gentoo.org/show_bug.cgi?id=<BUGID> + https://bugs.gentoo.org/<BUGID><br /> + https://bugs.gentoo.org/show_bug.cgi?id=<BUGID> </li> <li> Any direct attachment:<br /> - http://bugs.gentoo.org/attachment.cgi?id=<ATTACHID> + https://bugs.gentoo.org/attachment.cgi?id=<ATTACHID> </li> <li> Duplicates report:<br /> - http://bugs.gentoo.org/data/duplicates.rdf + https://bugs.gentoo.org/data/duplicates.rdf </li> <li> Any URL in the "Bug listing links" section of this page. diff --git a/extensions/Gentoo/template/en/default/hook/index-intro.html.tmpl b/extensions/Gentoo/template/en/default/hook/index-intro.html.tmpl index b3e88b46d..55eead5f5 100644 --- a/extensions/Gentoo/template/en/default/hook/index-intro.html.tmpl +++ b/extensions/Gentoo/template/en/default/hook/index-intro.html.tmpl @@ -1,4 +1,4 @@ <p>Welcome to the Gentoo Bug tracking system.</p> -<p>Before reporting bugs, please ensure that you read the <a href="http://www.gentoo.org/doc/en/bugzilla-howto.xml">Gentoo Bug Reporting Guide</a>.</p> +<p>Before reporting bugs, please ensure that you read the <a href="https://www.gentoo.org/doc/en/bugzilla-howto.xml">Gentoo Bug Reporting Guide</a>.</p> <p>Do you run a spider, bot or some automated process against the Gentoo bugzilla? Please read the <a href="/bots.html">Bot Policy</a>.</p> <hr width="100%" /> diff --git a/template/en/default/bug/create/user-message.html.tmpl b/template/en/default/bug/create/user-message.html.tmpl index a4a90118a..485051312 100644 --- a/template/en/default/bug/create/user-message.html.tmpl +++ b/template/en/default/bug/create/user-message.html.tmpl @@ -16,7 +16,7 @@ #%] Before reporting [% terms.abug %], please read the -<a href="http://www.gentoo.org/doc/en/bugzilla-howto.xml"> +<a href="https://www.gentoo.org/doc/en/bugzilla-howto.xml"> [% terms.bug %] writing guidelines</a>, please look at the list of <a href="duplicates.cgi">most frequently reported [% terms.bugs %]</a>, and please <a href="query.cgi?format=specific">search</a> (<a href="query.cgi">advanced</a>) for the [% terms.bug %]. diff --git a/template/en/default/global/choose-product.html.tmpl b/template/en/default/global/choose-product.html.tmpl index 9992ce235..0800ff3bf 100644 --- a/template/en/default/global/choose-product.html.tmpl +++ b/template/en/default/global/choose-product.html.tmpl @@ -34,7 +34,7 @@ <h2>[% h2 FILTER html %]</h2> [% IF target == "enter_bug.cgi" %] <div class="important-message"> - Please consult the <a href="http://www.gentoo.org/doc/en/bugzilla-howto.xml#doc_chap6">Bug Reporting Guide</a> + Please consult the <a href="https://www.gentoo.org/doc/en/bugzilla-howto.xml#doc_chap6">Bug Reporting Guide</a> on how to choose the proper product for your issue. </div> [% END %] @@ -59,15 +59,15 @@ Before reporting a bug, please make sure the issue you are about to file is not the result of a misconfiguration on your part.<br /> Our other support venues (for instance the - <a href="http://forums.gentoo.org/">Forums</a> or - <a href="http://www.gentoo.org/main/en/irc.xml">IRC channels</a>) + <a href="https://forums.gentoo.org/">Forums</a> or + <a href="https://www.gentoo.org/main/en/irc.xml">IRC channels</a>) can help you find out whether the issue warrants a bug report. <br /><br /> Examples for bugs in this product: <ul> <li>New package and version bump requests</li> <li>Compile errors (please follow the instructions contained in the error message!)</li> - <li>Application crashes (be sure to have a <a href="http://www.gentoo.org/proj/en/qa/backtraces.xml">backtrace</a> available)</li> + <li>Application crashes (be sure to have a <a href="https://www.gentoo.org/proj/en/qa/backtraces.xml">backtrace</a> available)</li> <li>General issues regarding your Gentoo system</li> </ul> |