mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-04 16:11:28 +00:00
10 lines
275 B
XML
10 lines
275 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<network-security-config>
|
||
|
<base-config cleartextTrafficPermitted="true">
|
||
|
<trust-anchors>
|
||
|
<certificates src="system" />
|
||
|
<certificates src="user" />
|
||
|
</trust-anchors>
|
||
|
</base-config>
|
||
|
</network-security-config>
|