mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 03:38:47 +00:00

For now, we use the Android 7/8 defaults which allow cleartext traffic and trust system CAs.
10 lines
No EOL
255 B
XML
10 lines
No EOL
255 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<network-security-config>
|
|
|
|
<base-config cleartextTrafficPermitted="true" >
|
|
<trust-anchors>
|
|
<certificates src="system" />
|
|
</trust-anchors>
|
|
</base-config>
|
|
|
|
</network-security-config> |