forked from melod1n/fast-messenger
disable cleartext traffic
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<network-security-config xmlns:tools="http://schemas.android.com/tools">
|
<network-security-config xmlns:tools="http://schemas.android.com/tools">
|
||||||
<!-- Allow cleartext network traffic -->
|
|
||||||
<base-config
|
<base-config
|
||||||
cleartextTrafficPermitted="true"
|
cleartextTrafficPermitted="false"
|
||||||
tools:ignore="InsecureBaseConfiguration">
|
tools:ignore="InsecureBaseConfiguration">
|
||||||
<trust-anchors>
|
<trust-anchors>
|
||||||
<!-- Trust pre-installed CAs -->
|
<!-- Trust pre-installed CAs -->
|
||||||
|
|||||||
Reference in New Issue
Block a user