Skip to content

Commit f08dfbc

Browse files
committed
Fix network security config
1 parent 8dcd7ea commit f08dfbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

capy/src/main/res/xml/network_security_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<network-security-config>
3-
<base-config>
3+
<base-config cleartextTrafficPermitted="true">
44
<trust-anchors>
55
<!-- Allow self-signed SSL certificates -->
66
<certificates src="user" />

0 commit comments

Comments
 (0)