use https instead of http for this link.

We redirect http to https, so it saves this redirect (and possible hijack)
when a client doesn't track HSTS

Reviewed by:	eadler
This commit is contained in:
John-Mark Gurney 2018-11-05 16:47:30 +00:00
parent 794140cb48
commit e0230f227e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52468

View file

@ -126,7 +126,7 @@ sub MessageToHTML
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));