Skip to content

Commit e93566a

Browse files
Merge pull request #5975 from nextcloud/docs/noid/networkConfigExplanation
docs: Add reasoning for the allowance of http as well as user certs
2 parents 5889ff3 + 4d5793c commit e93566a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/main/res/xml/network_security_config.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
~ SPDX-License-Identifier: GPL-3.0-or-later
77
-->
88
<network-security-config>
9+
<!-- Allowing cleartextTrafficPermitted - we don't control the server yet strongly suggesting TLS/SSL -->
910
<base-config cleartextTrafficPermitted="true">
1011
<trust-anchors>
1112
<certificates src="system"/>
13+
<!-- We allow user-certificates so managed device can make use of self-signed/client certificates -->
1214
<certificates src="user"/>
1315
</trust-anchors>
1416
</base-config>

0 commit comments

Comments
 (0)