switch to HTTPS

This commit is contained in:
Wolfram Schneider 2017-09-29 11:13:12 +00:00
parent 7be825944b
commit 24ef1aca23
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50994

View file

@ -40,7 +40,7 @@ $shortid = 1;
$lookCommand = "/usr/bin/look";
$ENV{PATH} = '/bin:/usr/bin';
$main::t_style .= qq{\n<link rel="search" type="application/opensearchdescription+xml" href="http://www.freebsd.org/search/opensearch/message-id.xml" title="FreeBSD Mail Message-ID" />\n};
$main::t_style .= qq{\n<link rel="search" type="application/opensearchdescription+xml" href="https://www.freebsd.org/search/opensearch/message-id.xml" title="FreeBSD Mail Message-ID" />\n};
sub escape($) { $_ = $_[0]; s/&/&amp;/g; s/</&lt;/g; s/>/&gt;/g; $_; }