We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ebe9d commit ca4a668Copy full SHA for ca4a668
app/src/main/res/xml/network_security_config.xml
@@ -1,10 +1,10 @@
1
<network-security-config>
2
- <base-config>
+ <base-config cleartextTrafficPermitted="true">
3
<trust-anchors>
4
<!-- Trust preinstalled CAs -->
5
- <certificates src="system" />
+ <certificates src="system"/>
6
<!-- Additionally trust user added CAs -->
7
- <certificates src="user" />
+ <certificates src="user"/>
8
</trust-anchors>
9
</base-config>
10
</network-security-config>
0 commit comments