Skip to content

Commit

Permalink
App Transport Security exception for my crappy SSL cert.
Browse files Browse the repository at this point in the history
  • Loading branch information
MagerValp committed Nov 27, 2015
1 parent af416e0 commit 7a3b013
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions AutoDMG/AutoDMG-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@
<string>1</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>automac.se</key>
<dict>
<key>NSTemporaryExceptionRequiresForwardSecrecy</key>
<false/>
</dict>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2013-2015 Per Olofsson, University of Gothenburg. All rights reserved.</string>
<key>NSMainNibFile</key>
Expand Down

0 comments on commit 7a3b013

Please sign in to comment.