Skip to content

Commit fdca801

Browse files
authored
Merge pull request #61 from docspell/allow-cleartext
Try to allow cleartext traffic
2 parents 1bc52a6 + 7caa7c2 commit fdca801

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)