Merge pull request #17 from MNCHL/MNCHL-patch-18

Create network_security_config.xml
This commit is contained in:
MNCHL 2023-12-26 00:29:55 +08:00 committed by GitHub
commit 5b5781f928
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config cleartextTrafficPermitted="false">
<trust-anchors>
<!-- Add your trusted certificate authorities here -->
</trust-anchors>
</base-config>
</network-security-config>