Files
doneit-web/resources/android/xml/network_security_config.xml
T

9 lines
373 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
2021-02-25 09:42:06 +01:00
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">localhost</domain>
2021-04-05 14:17:11 +01:00
<domain includeSubdomains="true">192.168.0.244</domain>
<domain includeSubdomains="true">gpr-dev-10.gabinetedigital.local</domain>
2021-02-25 09:42:06 +01:00
</domain-config>
</network-security-config>