We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5889ff3 + 4d5793c commit e93566aCopy full SHA for e93566a
1 file changed
app/src/main/res/xml/network_security_config.xml
@@ -6,9 +6,11 @@
6
~ SPDX-License-Identifier: GPL-3.0-or-later
7
-->
8
<network-security-config>
9
+ <!-- Allowing cleartextTrafficPermitted - we don't control the server yet strongly suggesting TLS/SSL -->
10
<base-config cleartextTrafficPermitted="true">
11
<trust-anchors>
12
<certificates src="system"/>
13
+ <!-- We allow user-certificates so managed device can make use of self-signed/client certificates -->
14
<certificates src="user"/>
15
</trust-anchors>
16
</base-config>
0 commit comments