Skip to content

Commit

Permalink
Improved transport security
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelhanneken committed Oct 14, 2015
1 parent a11d8fb commit 59eb10f
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions Iconizer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,35 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>162</string>
<string>166</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>behoernchen.github.io</key>
<dict>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
</dict>
<key>github.com</key>
<dict>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
</dict>
<key>github-cloud.s3.amazonaws.com</key>
<dict>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
</dict>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Raphael Hanneken. All rights reserved.</string>
Expand Down

0 comments on commit 59eb10f

Please sign in to comment.