Skip to content

Commit 7caa7c2

Browse files
committed
Try to allow cleartext traffic
1 parent 9529676 commit 7caa7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/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 xmlns:tools="http://schemas.android.com/tools">
3-
<base-config>
3+
<base-config cleartextTrafficPermitted="true">
44
<trust-anchors>
55
<certificates src="system"/>
66
<certificates src="user"

0 commit comments

Comments
 (0)