2021-12-16 03:54:40 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-07-17 16:40:02 +05:30
|
|
|
<network-security-config xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
<!-- Allow clear text traffic -->
|
|
|
|
<base-config
|
|
|
|
cleartextTrafficPermitted="true"
|
|
|
|
tools:ignore="InsecureBaseConfiguration">
|
|
|
|
<trust-anchors>
|
|
|
|
<!-- Trust preinstalled CAs -->
|
|
|
|
<certificates src="system" />
|
|
|
|
<!-- Additionally trust user added CAs -->
|
|
|
|
<certificates src="user"
|
|
|
|
tools:ignore="AcceptsUserCertificates" />
|
|
|
|
</trust-anchors>
|
|
|
|
</base-config>
|
2021-12-16 03:54:40 +05:30
|
|
|
</network-security-config>
|