From: Soren Stoutner Date: Wed, 11 Nov 2020 03:12:55 +0000 (-0700) Subject: Trust user certificate authorities on API >= 24. https://redmine.stoutner.com/issues/636 X-Git-Tag: v3.6~1 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff_plain;h=dbbcc6598e2192990dbf9579627ad080e73094db;ds=sidebyside Trust user certificate authorities on API >= 24. https://redmine.stoutner.com/issues/636 --- diff --git a/app/src/main/res/xml/network_security_config.xml b/app/src/main/res/xml/network_security_config.xml index e499e37f..63449cfe 100644 --- a/app/src/main/res/xml/network_security_config.xml +++ b/app/src/main/res/xml/network_security_config.xml @@ -18,8 +18,15 @@ You should have received a copy of the GNU General Public License along with Privacy Browser. If not, see . --> - - - + + + + + + + + + + + \ No newline at end of file