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:
parent
794140cb48
commit
e0230f227e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52468
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue