From 2ed33a8f5874ce9f22b5f07906b7a43c5676463d Mon Sep 17 00:00:00 2001 From: Patrick PREMARTIN Date: Sun, 9 Oct 2022 18:28:59 +0200 Subject: [PATCH] added App Transport Security (ATS) exception to use "http" on some domains --- .../info.plist.TemplateOSX.xml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 samples/TranslateText/ProxyServer/DeepLProxyServerTest/info.plist.TemplateOSX.xml diff --git a/samples/TranslateText/ProxyServer/DeepLProxyServerTest/info.plist.TemplateOSX.xml b/samples/TranslateText/ProxyServer/DeepLProxyServerTest/info.plist.TemplateOSX.xml new file mode 100644 index 0000000..75f5a08 --- /dev/null +++ b/samples/TranslateText/ProxyServer/DeepLProxyServerTest/info.plist.TemplateOSX.xml @@ -0,0 +1,28 @@ + + + + +<%VersionInfoPListKeys%> +<%ExtraInfoPListKeys%> +NSAppTransportSecurity + +NSExceptionDomains + +localhost + +NSIncludesSubdomains + +NSExceptionAllowsInsecureHTTPLoads + + +olfsoftware.fr + +NSIncludesSubdomains + +NSExceptionAllowsInsecureHTTPLoads + + + + + +