From 7b7d4baf264d5f50b9372ee91b6ca6bde1a87207 Mon Sep 17 00:00:00 2001 From: Maxime Marinel Date: Sun, 25 Feb 2024 20:10:41 +0100 Subject: [PATCH] Fix NSAppTransportSecurity (#415) --- App/Info.plist | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/App/Info.plist b/App/Info.plist index e5402546..03de1722 100644 --- a/App/Info.plist +++ b/App/Info.plist @@ -7,9 +7,9 @@ DOCUMENTATION_URL https://doc.wallabag.org/en/apps/ios.html PRIVACY_URL - https://www.district-web.fr/wallabag-reader/privacy - TERMS_OF_USE_URL - https://www.district-web.fr/wallabag-reader/privacy + https://www.district-web.fr/wallabag-reader/privacy + TERMS_OF_USE_URL + https://www.district-web.fr/wallabag-reader/privacy CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleExecutable @@ -58,5 +58,10 @@ LSApplicationCategoryType public.app-category.utilities + NSAppTransportSecurity + + NSAllowsArbitraryLoads + +