Untitled
unknown
plain_text
2 years ago
568 B
5
Indexable
<network-security-config>
<debug-overrides>
<trust-anchors>
<!-- Trust user added CAs while debuggable only -->
<certificates src="user" />
<certificates src="system" />
</trust-anchors>
</debug-overrides>
<base-config cleartextTrafficPermitted="true">
<trust-anchors>
<certificates src="system" />
<certificates src="user" />
</trust-anchors>
</base-config>
</network-security-config>
<manifest>
<application
android:networkSecurityConfig="@xml/network_security_config">
</application>
</manifest>Editor is loading...
Leave a Comment