mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-05 03:21:39 +00:00
13 lines
353 B
XML
13 lines
353 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<network-security-config>
|
||
|
|
<base-config>
|
||
|
|
<trust-anchors>
|
||
|
|
<certificates src="system" />
|
||
|
|
</trust-anchors>
|
||
|
|
</base-config>
|
||
|
|
<debug-overrides>
|
||
|
|
<trust-anchors>
|
||
|
|
<certificates src="user" />
|
||
|
|
</trust-anchors>
|
||
|
|
</debug-overrides>
|
||
|
|
</network-security-config>
|