mirror of
https://codeberg.org/NextPush/nextpush-android.git
synced 2025-01-01 12:37:21 +01:00
Allow clear text connections for debug flavor
This commit is contained in:
parent
591c029d55
commit
43fca82597
12
app/src/debug/res/xml/network_security_config.xml
Normal file
12
app/src/debug/res/xml/network_security_config.xml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<network-security-config>
|
||||||
|
<base-config
|
||||||
|
cleartextTrafficPermitted="true">
|
||||||
|
<trust-anchors>
|
||||||
|
<!-- Trust preinstalled CAs -->
|
||||||
|
<certificates src="system" />
|
||||||
|
<!-- Additionally trust user added CAs -->
|
||||||
|
<certificates src="user" />
|
||||||
|
</trust-anchors>
|
||||||
|
</base-config>
|
||||||
|
</network-security-config>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user