diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 2023-01-28 12:52:40 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 2023-01-28 12:52:40 +0000 |
| commit | d0fd2114bbd86f88a7bbfb2fcdbea227eca508ce (patch) | |
| tree | fe87aabc4d5ba30275dc931ffa5547280aab4e80 | |
| parent | 2beb76e2bc7b569d7fd603252d2a16f2f0de6771 (diff) | |
our main homepage runs only with HTTPS protocol
| -rw-r--r-- | website/content/en/cgi/cgi-style.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/content/en/cgi/cgi-style.pl b/website/content/en/cgi/cgi-style.pl index 5701a1bcdc..46f6aa126f 100644 --- a/website/content/en/cgi/cgi-style.pl +++ b/website/content/en/cgi/cgi-style.pl @@ -16,7 +16,7 @@ if (!defined($hsty_base)) { if (!defined($ENV{'HTTP_HOST'}) || $ENV{'HTTP_HOST'} =~ /(docs|man|man-dev|people|ports).freebsd.org/i) { - $hsty_base = '//www.FreeBSD.org' + $hsty_base = 'https://www.FreeBSD.org' } else { $hsty_base = '..'; } |
