瀏覽代碼

Allow http directory server

Bob Mottram 8 年之前
父節點
當前提交
7da9828dc4
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-app-friendica

+ 1
- 1
src/freedombone-app-friendica 查看文件

@@ -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