From dbbcc6598e2192990dbf9579627ad080e73094db Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Tue, 10 Nov 2020 20:12:55 -0700 Subject: [PATCH] Trust user certificate authorities on API >= 24. https://redmine.stoutner.com/issues/636 --- app/src/main/res/xml/network_security_config.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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 -- 2.43.0