Skip to content

Commit 0354e99

Browse files
docs: Add reasoning for the allowance of http as well as user certs
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent 5889ff3 commit 0354e99

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
~
55
~ SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
66
~ SPDX-License-Identifier: GPL-3.0-or-later
7+
~
8+
~ We are allowing http (cleartextTrafficPermitted) since we don't control the server-setup while strongly
9+
~ suggesting TLS/SSL.
10+
~
11+
~ We allow user-certificates as well so managed device can make use of self-signed/client certificates.
712
-->
813
<network-security-config>
914
<base-config cleartextTrafficPermitted="true">

0 commit comments

Comments
 (0)