blob: c44d9de106cda6a49687ddfc681773105f114191 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<!-- default config that trusts nothing. Will always cause TLS errors -->
<base-config>
<trust-anchors>
</trust-anchors>
</base-config>
<!-- debug overrides, should be ignored in this case since the app is not debuggable -->
<debug-overrides>
<trust-anchors>
<certificates src="system" />
</trust-anchors>
</debug-overrides>
</network-security-config>