From 6cd9f267719df128c50fbb8c6147cc189a8550d6 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 16 Aug 2021 19:12:05 +0200 Subject: [PATCH] add encuragement --- src/Core/Installer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Core/Installer.php b/src/Core/Installer.php index 02904004bc..19247211cf 100644 --- a/src/Core/Installer.php +++ b/src/Core/Installer.php @@ -605,6 +605,7 @@ class Installer if (!$tls) { $help = DI::l10n()->t('The detection of TLS to secure the communication between the browser and the new Friendica server failed.'); + $help .= ' ' . DI::l10n()->t('It is highly encuraged to use Friendica only over a secured connection as sensible information like passwords will be transmitted.'); $help .= ' ' . DI::l10n()->t('Please ensure that the connection to the server is secure.'); $this->addCheck(DI::l10n()->t('No TLS detected'), $tls, false, $help); } else {