From 005a6780895391db1d7db74bb046edbe059b472b Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 20 Jun 2015 13:11:49 -0700 Subject: [PATCH] Disable App Transport Security since we need to make requests over HTTP and HTTPS to servers with self-signed certificates --- Limelight/Limelight-Info.plist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Limelight/Limelight-Info.plist b/Limelight/Limelight-Info.plist index 4917b30..a7c7c81 100644 --- a/Limelight/Limelight-Info.plist +++ b/Limelight/Limelight-Info.plist @@ -59,5 +59,10 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + NSAppTransportSecurity + + NSAllowsArbitraryLoads + +