Sfoglia il codice sorgente

Allow http directory server

Bob Mottram 8 anni fa
parent
commit
7da9828dc4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/freedombone-app-friendica

+ 1
- 1
src/freedombone-app-friendica Vedi File

@@ -118,7 +118,7 @@ function friendica_channel_directory_server {
118 118
             if [[ "$friendica_domain_server" != *"."* ]]; then
119 119
                 return
120 120
             fi
121
-            if [[ "$friendica_domain_server" != "https"* ]]; then
121
+            if [[ "$friendica_domain_server" != "http"* ]]; then
122 122
                 dialog --title $"Friendica channel directory server" \
123 123
                        --msgbox $"Invalid domain - include the https://" 6 40
124 124
                 return