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.
1 parent 32e3c0f commit 9db063dCopy full SHA for 9db063d
android/app/src/main/res/xml/network_security_config.xml
@@ -0,0 +1,15 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<network-security-config xmlns:tools="http://schemas.android.com/tools">
3
+ <base-config>
4
+ <trust-anchors>
5
+
6
+ <!-- Trust preinstalled CAs -->
7
+ <certificates src="system" />
8
9
+ <!-- Additionally trust user added CAs -->
10
+ <certificates
11
+ src="user"
12
+ tools:ignore="AcceptsUserCertificates" />
13
+ </trust-anchors>
14
+ </base-config>
15
+</network-security-config>
0 commit comments