mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-07 20:11:40 +00:00
13 lines
No EOL
419 B
XML
13 lines
No EOL
419 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>
|
|
<debug-overrides cleartextTrafficPermitted="true">
|
|
<trust-anchors>
|
|
<certificates src="user" />
|
|
</trust-anchors>
|
|
</debug-overrides>
|
|
</network-security-config> |