beber pushed a commit to branch master.

http://git.enlightenment.org/website/git.git/commit/?id=eae2d8f06fd6c94372f7c3538f65c78f215a71a7

commit eae2d8f06fd6c94372f7c3538f65c78f215a71a7
Author: Bertrand Jacquin <bertr...@jacquin.bzh>
Date:   Wed Sep 6 01:17:09 2017 +0100

    MEDIUM: conf: Do not announce git:// protocol by default
    
    git protocol is unsecure and may render the source code easily
    susceptible to MITM attacks.
    
    git:// protocol will stay available for some time.
---
 cgitrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cgitrc b/cgitrc
index 2cc7369..b5b445d 100644
--- a/cgitrc
+++ b/cgitrc
@@ -9,7 +9,7 @@ css=/cgit.css
 
 robots=all
 
-clone-prefix=git://git.enlightenment.org https://git.enlightenment.org 
git+ssh://g...@git.enlightenment.org
+clone-prefix=https://git.enlightenment.org git+ssh://g...@git.enlightenment.org
 
 virtual-root=/
 

-- 


Reply via email to