From 34ba2669ba8cdef4ef1eeaa73db2b50913ff6442 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 20 Mar 2015 07:37:55 +0000 Subject: [PATCH] Clearer language to avoid misinterpretation --- src/freedombone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone b/src/freedombone index 7a694ab8..7c826e62 100755 --- a/src/freedombone +++ b/src/freedombone @@ -6762,7 +6762,7 @@ function install_gogs { echo "DOMAIN = $GIT_DOMAIN_NAME" >> /home/$MY_USERNAME/README echo "ROOT_URL = https://$GIT_DOMAIN_NAME/" >> /home/$MY_USERNAME/README echo '' >> /home/$MY_USERNAME/README - echo "Note that there's a security compromise here." >> /home/$MY_USERNAME/README + echo "Note that there's a usability/security trade-off made here." >> /home/$MY_USERNAME/README echo "In order to allow git clone via http we don't redirect everything" >> /home/$MY_USERNAME/README echo 'over https. Instead only critical things such as user login,' >> /home/$MY_USERNAME/README echo 'settings and admin are encrypted.' >> /home/$MY_USERNAME/README