From 2d43a9bf556f3b94d997e4e96bafea6066f6f14f Mon Sep 17 00:00:00 2001 From: Thomas Bouve Date: Sun, 25 Oct 2015 20:07:52 +0100 Subject: [PATCH] Updated Info.plist with NSAppTransportSecurity exception for localhost. --- syncthing-bar/Info.plist | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/syncthing-bar/Info.plist b/syncthing-bar/Info.plist index e8d85dc..033c972 100644 --- a/syncthing-bar/Info.plist +++ b/syncthing-bar/Info.plist @@ -30,5 +30,16 @@ Main NSPrincipalClass NSApplication + NSAppTransportSecurity + + NSExceptionDomains + + localhost + + NSExceptionAllowsInsecureHTTPLoads + + + +