update message id link to use https..
John-Mark Gurney
jmg at funkthat.com
Sat Nov 3 18:12:39 UTC 2018
I'd like to apply the following patch, so that the link at the bottom
of messages is by default https instead of http:
Any objections?
Index: getmsg.cgi
===================================================================
--- getmsg.cgi (revision 52381)
+++ getmsg.cgi (working copy)
@@ -126,7 +126,7 @@
my ($header, $body) = split(/\n\n/, $doc, 2);
my ($i, %hdr, $field, $data, $message);
my ($mid) = 'mid.cgi';
- my ($mid_full_url) = 'http://docs.FreeBSD.org/cgi/mid.cgi';
+ my ($mid_full_url) = 'https://docs.FreeBSD.org/cgi/mid.cgi';
my ($tmid,$tirt,$tref);
$body = &AddAnchors(&EscapeHTML($body));
--
John-Mark Gurney Voice: +1 415 225 5579
"All that I will do, has been done, All that I have, has not."
More information about the freebsd-doc
mailing list