diff mbox series

README: Use HTTPS URL https://kernel.ubuntu.org

Message ID 20200329085608.4705-1-pmenzel@molgen.mpg.de
State Accepted
Headers show
Series README: Use HTTPS URL https://kernel.ubuntu.org | expand

Commit Message

Paul Menzel March 29, 2020, 8:56 a.m. UTC
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@molgen.mpg.de>
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alex Hung March 30, 2020, 10:30 p.m. UTC | #1
On 2020-03-29 2:56 a.m., Paul Menzel wrote:
> 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@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
> 


Acked-by: Alex Hung <alex.hung@canonical.com>
Anthony Wong March 31, 2020, 2:21 a.m. UTC | #2
On Sun, Mar 29, 2020 at 11:29 PM Paul Menzel <pmenzel@molgen.mpg.de> wrote:
>
> 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@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

Acked-by: Anthony Wong <anthony.wong@canonical.com>
diff mbox series

Patch

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