From f419240335a940d22b3865bcd1b36678badd46f3 Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Sun, 28 Feb 2021 20:44:38 +0100 Subject: [PATCH] Add Apple transport security to wxWebView docs --- interface/wx/webview.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/interface/wx/webview.h b/interface/wx/webview.h index 15fd6b8dee..ca6cbba09a 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -387,6 +387,12 @@ public: systems on macOS 10.13+. In order to use handlers two-step creation has to be used and RegisterHandler() has to be called before Create(). + Starting with macOS 10.11 and iOS 9 an application cannot create unsecure + connections (this includes HTTP and unverified HTTPS). You have to include + additional fields in your Info.plist to enable such connections. + For further details see the documentation on NSAppTransportSecurity + here + @section async Asynchronous Notifications Many of the methods in wxWebView are asynchronous, i.e. they return