Commit d5d03777 by tanghuan

配置全部允许明文传输权限,解决菁优图片无法显示的问题

1 parent fd2a7435
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- 手动增加的安全配置,明文传输权限,允许http访问 --> <!-- 手动增加的安全配置,明文传输权限,允许http访问 -->
<network-security-config> <network-security-config>
<base-config cleartextTrafficPermitted="true">
<trust-anchors>
<certificates src="system" />
</trust-anchors>
</base-config>
<!--
<domain-config cleartextTrafficPermitted="true"> <domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="false">127.0.0.1</domain> <domain includeSubdomains="false">127.0.0.1</domain>
<domain includeSubdomains="false">localhost</domain> <domain includeSubdomains="false">localhost</domain>
...@@ -11,5 +17,7 @@ ...@@ -11,5 +17,7 @@
<domain includeSubdomains="false">localdev.banxiaoer.net</domain> <domain includeSubdomains="false">localdev.banxiaoer.net</domain>
<domain includeSubdomains="false">appdev-th.banxiaoer.net</domain> <domain includeSubdomains="false">appdev-th.banxiaoer.net</domain>
<domain includeSubdomains="false">appdev-xj.banxiaoer.net</domain> <domain includeSubdomains="false">appdev-xj.banxiaoer.net</domain>
<domain includeSubdomains="false">img.jyeoo.net</domain>
</domain-config> </domain-config>
-->
</network-security-config> </network-security-config>
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!