mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
13 lines
457 B
XML
13 lines
457 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<network-security-config xmlns:tools="http://schemas.android.com/tools">
|
|
<base-config
|
|
cleartextTrafficPermitted="true"
|
|
tools:ignore="InsecureBaseConfiguration" />
|
|
|
|
<debug-overrides cleartextTrafficPermitted="true">
|
|
<trust-anchors>
|
|
<certificates src="user" />
|
|
<certificates src="system"/>
|
|
</trust-anchors>
|
|
</debug-overrides>
|
|
</network-security-config> |