Switch the download page to HTTPS instead of FTP
PR: 200327 Reported by: trasz Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D3754
This commit is contained in:
parent
3d0a80302c
commit
ee5fa7d7ab
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49926
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY title "Download FreeBSD">
|
||||
<!ENTITY url.rel "ftp://ftp.FreeBSD.org/pub/FreeBSD/releases">
|
||||
<!ENTITY url.snapshot "ftp://ftp.FreeBSD.org/pub/FreeBSD/snapshots">
|
||||
<!ENTITY url.rel "https://download.FreeBSD.org/ftp/releases">
|
||||
<!ENTITY url.snapshot "https://download.FreeBSD.org/ftp/snapshots">
|
||||
]>
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
|
Loading…
Reference in a new issue