switch to HTTPS
This commit is contained in:
parent
7be825944b
commit
24ef1aca23
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50994
1 changed files with 1 additions and 1 deletions
|
@ -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/&/&/g; s/</</g; s/>/>/g; $_; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue