Date: Sat, 3 Nov 2018 11:12:31 -0700 From: John-Mark Gurney <jmg@funkthat.com> To: freebsd-doc@FreeBSD.org, Peter Wemm <peter@FreeBSD.ORG> Subject: update message id link to use https.. Message-ID: <20181103181231.GG75530@funkthat.com>
next in thread | raw e-mail | index | archive | help
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."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181103181231.GG75530>