Merge pull request #15660 from minggo/assetsmanager-test-issue

[ci skip]make AssetsManagerExTest can connect to the url
This commit is contained in:
minggo 2016-05-17 17:15:45 +08:00
commit 50acf4c94b
1 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,15 @@
<false/> <false/>
<key>NSExceptionDomains</key> <key>NSExceptionDomains</key>
<dict> <dict>
<key>itharbors.com</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSTemporaryExceptionMinimumTLSVersion</key>
<string>TLSv1.1</string>
</dict>
<key>sdkbox.com</key> <key>sdkbox.com</key>
<dict> <dict>
<key>NSIncludesSubdomains</key> <key>NSIncludesSubdomains</key>