diff --git a/src/freedombone-app-friendica b/src/freedombone-app-friendica index b9034155..699ede75 100755 --- a/src/freedombone-app-friendica +++ b/src/freedombone-app-friendica @@ -118,7 +118,7 @@ function friendica_channel_directory_server { if [[ "$friendica_domain_server" != *"."* ]]; then return fi - if [[ "$friendica_domain_server" != "https"* ]]; then + if [[ "$friendica_domain_server" != "http"* ]]; then dialog --title $"Friendica channel directory server" \ --msgbox $"Invalid domain - include the https://" 6 40 return