[PATCH] README: Use HTTPS URL https://kernel.ubuntu.org

Paul Menzel pmenzel at molgen.mpg.de
Sun Mar 29 08:56:08 UTC 2020


Using the HTTPS URL saves one request, and prevents certain kinds of
attacks.

    $ curl -I http://kernel.ubuntu.com/git/hwe/fwts.git/
    HTTP/1.1 301 Moved Permanently
    Date: Sun, 29 Mar 2020 08:25:49 GMT
    Server: Apache/2.4.18 (Ubuntu)
    Location: https://kernel.ubuntu.com/git/hwe/fwts.git/
    Content-Type: text/html; charset=iso-8859-1

Signed-off-by: Paul Menzel <pmenzel at molgen.mpg.de>
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 7c3b5288..a08a2a7f 100644
--- a/README
+++ b/README
@@ -269,7 +269,7 @@ Resources
 
 fwts git repository:
 	git://kernel.ubuntu.com/hwe/fwts.git
-	http://kernel.ubuntu.com/git/hwe/fwts.git/
+	https://kernel.ubuntu.com/git/hwe/fwts.git/
 
 fwts reference guide:
 	https://wiki.ubuntu.com/FirmwareTestSuite/Reference
-- 
2.26.0




More information about the fwts-devel mailing list