Explicitly enable cleartext traffic

This commit is contained in:
Kirill Kamakin
2022-06-12 18:31:46 +02:00
parent fc4bf1fdf1
commit 9944948f55

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<network-security-config xmlns:tools="http://schemas.android.com/tools">
<!-- Explicitly enable cleartext traffic communication because users might use their own network -->
<base-config
cleartextTrafficPermitted="true"
tools:ignore="InsecureBaseConfiguration" />
<debug-overrides>
<trust-anchors>
<!-- Trust user added CAs while debuggable only -->