summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2015-09-28 09:08:14 -0400
committerJoel Fischer <joeljfischer@gmail.com>2015-09-28 09:08:14 -0400
commite827da226e294156a03959b52132938446c44fd4 (patch)
tree279cd9b523bba459137db48cc1552178a88f7298
parent9d6d26b233f1bf5a92ec7b2d1ad61b474edab439 (diff)
downloadsdl_ios-e827da226e294156a03959b52132938446c44fd4.tar.gz
Update Plist to enable ATS until servers support HTTPS
-rw-r--r--SmartDeviceLink-iOS/SmartDeviceLink_Example/Info.plist15
1 files changed, 15 insertions, 0 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLink_Example/Info.plist b/SmartDeviceLink-iOS/SmartDeviceLink_Example/Info.plist
index 907bcde97..4754f95a8 100644
--- a/SmartDeviceLink-iOS/SmartDeviceLink_Example/Info.plist
+++ b/SmartDeviceLink-iOS/SmartDeviceLink_Example/Info.plist
@@ -68,6 +68,21 @@
<string>com.smartdevicelink.prot0</string>
<string>com.ford.sync.prot0</string>
</array>
+ <key>NSAppTransportSecurity</key>
+ <dict>
+ <key>NSExceptionDomains</key>
+ <dict>
+ <key>ford.com</key>
+ <dict>
+ <!--Include to allow subdomains-->
+ <key>NSIncludesSubdomains</key>
+ <true/>
+ <!--Include to allow HTTP requests-->
+ <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
+ <true/>
+ </dict>
+ </dict>
+ </dict>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>