1
0
mirror of https://github.com/etesync/android synced 2025-01-23 06:01:01 +00:00

Allow connecting to insecure (http) servers.

I'm a bit conflicted about this one because even though EteSync is
end-to-end encrypted, people should be using TLS.
I can't think of a reason why anyone would want to use HTTP over HTTPS,
especially given let's encrypt exists and EteSync supports self-signed
certs, but I guess it's better to allow it for now, at least until we
have a nice error message for it.

Fixes #81
This commit is contained in:
Tom Hacohen 2019-07-08 13:25:34 +01:00
parent 1f9e7fa6a6
commit 7d7096cc58

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config>
<base-config cleartextTrafficPermitted="true">
<trust-anchors>
<certificates src="system"/>
<certificates src="user"/>