Skip to content

Commit 0efb4f1

Browse files
committed
update readme
1 parent 04c9557 commit 0efb4f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
1.`app-server`配置`HTTPS`支持,并将`APP_SERVER_ADDRESS`配置为`HTTPS`地址
5454
2. 如果支持开放平台的话,为开发平台配置`HTTPS`支持,并将`WORKSPACE_URL`配置为`HTTPS`地址
5555
3. 如果支持组织结构的话,为组织结构服务配置`HTTPS`支持,并将`ORG_SERVER_ADDRESS`配置为`HTTPS`地址
56-
4.`AndroidManifest.xml`里面的`usesCleartextTraffic`置为`false`
56+
4.`AndroidManifest.xml`里面的`usesCleartextTraffic`置为`true`,因为 IM 会有 http 请求,但数据是加密的,没有安全问题。
57+
5. 更多安全说明,请参考[野火安全吗](https://docs.wildfirechat.cn/blogs/%E9%87%8E%E7%81%AB%E5%AE%89%E5%85%A8%E5%90%97.html)
5758

5859
## 敏感权限说明
5960
1. `android.permission.PROCESS_OUTGOING_CALLS`,音视频通话时,允许普通电话打断音视频通话,默认未申请

0 commit comments

Comments
 (0)