|
@@ -1,10 +1,15 @@
|
|
|
<?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">
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </base-config>
|
|
|
<debug-overrides>
|
|
|
<trust-anchors>
|
|
|
-
|
|
|
- <certificates src="user" />
|
|
|
+
|
|
|
+ <certificates src="user"/>
|
|
|
<certificates src="@raw/charles"/>
|
|
|
</trust-anchors>
|
|
|
</debug-overrides>
|