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