Files
Covid-app/resources/android/xml/network_security_config.xml
Axel Iván Solano González 2b9acb5e99 changes and bugfixes
2022-02-01 19:31:47 -06:00

11 lines
383 B
XML

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