aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-09-10 17:02:14 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2017-09-10 17:02:14 -0700
commitd4be0b1308944c237d19cf6bedf1262be0f77a07 (patch)
tree6c4a9cab004c438586fb069a18f0012a25e5143f /bots.html
parentMerge remote-tracking branch 'upstream/5.0' (diff)
downloadbugzilla-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>
Diffstat (limited to 'bots.html')
-rw-r--r--bots.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/bots.html b/bots.html
index 4794b2651..e6fceb6a5 100644
--- a/bots.html
+++ b/bots.html
@@ -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/&lt;BUGID&gt;<br />
- http://bugs.gentoo.org/show_bug.cgi?id=&lt;BUGID&gt;
+ https://bugs.gentoo.org/&lt;BUGID&gt;<br />
+ https://bugs.gentoo.org/show_bug.cgi?id=&lt;BUGID&gt;
</li>
<li>
Any direct attachment:<br />
- http://bugs.gentoo.org/attachment.cgi?id=&lt;ATTACHID&gt;
+ https://bugs.gentoo.org/attachment.cgi?id=&lt;ATTACHID&gt;
</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.