diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-12-14 20:35:39 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-12-14 20:35:39 +0100 |
commit | 483d0e260489d82cbc72998a4610fab37d19c92a (patch) | |
tree | cedac66416a05c9ec64f6ff808392013a4d7061a /src/main/res | |
parent | 1939d2cade379c23bdca08aacaf22c8bff317016 (diff) |
allow unencrypted http on android 9
this commit is just to make policies equal and independent on various android
versions. support for http might be removed in the future across all versions.
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/xml/network_security_configuration.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/xml/network_security_configuration.xml b/src/main/res/xml/network_security_configuration.xml index 02ecb3485..bb6ab93df 100644 --- a/src/main/res/xml/network_security_configuration.xml +++ b/src/main/res/xml/network_security_configuration.xml @@ -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" /> |