浏览代码

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