Echo/echo-mobile-app/echo/resources/android/xml/network_security_config.xml
2020-07-06 23:41:26 +02:00

14 lines
484 B
XML

<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config cleartextTrafficPermitted="true">
<trust-anchors>
<certificates src="system" />
</trust-anchors>
</base-config>
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">localhost</domain>
<domain includeSubdomains="true">86.87.42.42</domain>
<domain includeSubdomains="true">192.168.100.231</domain>
</domain-config>
</network-security-config>