|
@@ -1,14 +1,19 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<network-security-config xmlns:tools="http://schemas.android.com/tools">
|
|
|
- <base-config cleartextTrafficPermitted="true"/>
|
|
|
+ <base-config cleartextTrafficPermitted="true">
|
|
|
+ <!-- <trust-anchors> -->
|
|
|
+ <!-- <certificates src="system" overridePins="true" /> -->
|
|
|
+ <!-- <certificates src="user" overridePins="true" /> -->
|
|
|
+ <!-- </trust-anchors> -->
|
|
|
+ </base-config>
|
|
|
<debug-overrides>
|
|
|
<trust-anchors>
|
|
|
- <!-- Trust user added CAs while debuggable only -->
|
|
|
- <certificates src="user" />
|
|
|
+ <!-- Trust user added CAs while debuggable only -->
|
|
|
+ <certificates src="user"/>
|
|
|
<certificates src="@raw/charles"/>
|
|
|
</trust-anchors>
|
|
|
-
|
|
|
</debug-overrides>
|
|
|
+
|
|
|
<!--<domain-config-->
|
|
|
<!--cleartextTrafficPermitted="true"-->
|
|
|
<!--tools:ignore="NetworkSecurityConfig"/>-->
|