Revision: 9410
          http://sourceforge.net/p/skim-app/code/9410
Author:   hofman
Date:     2017-04-28 08:49:09 +0000 (Fri, 28 Apr 2017)
Log Message:
-----------
re-enable app transport security, only allow https and our appcast domain

Modified Paths:
--------------
    trunk/Info.plist

Modified: trunk/Info.plist
===================================================================
--- trunk/Info.plist    2017-04-24 14:19:50 UTC (rev 9409)
+++ trunk/Info.plist    2017-04-28 08:49:09 UTC (rev 9410)
@@ -287,8 +287,14 @@
        <string>10.6.0</string>
        <key>NSAppTransportSecurity</key>
        <dict>
-               <key>NSAllowsArbitraryLoads</key>
-               <true/>
+               <key>NSExceptionDomains</key>
+               <dict>
+                       <key>skim-app.sourceforge.net</key>
+                       <dict>
+                               <key>NSExceptionAllowsInsecureHTTPLoads</key>
+                               <true/>
+                       </dict>
+               </dict>
        </dict>
        <key>NSAppleScriptEnabled</key>
        <true/>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to