*
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
网络安全白名单:
|
||||
- 默认全域强制 HTTPS(usesCleartextTraffic=false 于 Manifest);
|
||||
- 仅对接口文档 1.2.4 测试环境 IP 开放明文 HTTP(外场联调),发布前如生产全 HTTPS 可移除;
|
||||
- 测试域名 jcd.stec.p-q.co 为 HTTPS,无需额外配置。
|
||||
-->
|
||||
<network-security-config>
|
||||
<base-config cleartextTrafficPermitted="false">
|
||||
<trust-anchors>
|
||||
<certificates src="system" />
|
||||
</trust-anchors>
|
||||
</base-config>
|
||||
|
||||
<domain-config cleartextTrafficPermitted="true">
|
||||
<domain includeSubdomains="false">106.15.183.20</domain>
|
||||
</domain-config>
|
||||
</network-security-config>
|
||||
Reference in New Issue
Block a user