Skip to content

Commit 00b4782

Browse files
committed
Add network security config for user CA
1 parent 3885059 commit 00b4782

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<network-security-config>
3+
<base-config>
4+
<trust-anchors>
5+
<certificates src="system"/>
6+
<certificates src="user"/>
7+
</trust-anchors>
8+
</base-config>
9+
</network-security-config>

0 commit comments

Comments
 (0)