Skip to content

Commit

Permalink
Merge pull request #61 from docspell/allow-cleartext
Browse files Browse the repository at this point in the history
Try to allow cleartext traffic
  • Loading branch information
eikek authored Mar 21, 2022
2 parents 1bc52a6 + 7caa7c2 commit fdca801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/network_security_config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config xmlns:tools="http://schemas.android.com/tools">
<base-config>
<base-config cleartextTrafficPermitted="true">
<trust-anchors>
<certificates src="system"/>
<certificates src="user"
Expand Down

0 comments on commit fdca801

Please sign in to comment.