Skip to content

Commit

Permalink
Disable ATS completely, allow all arbirary loads
Browse files Browse the repository at this point in the history
Fix #479, close #468, close #490
  • Loading branch information
uranusjr committed Nov 7, 2015
1 parent c6dc23d commit 2aba927
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions MacDown/MacDown-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014 Tzu-ping Chung.</string>
<key>NSMainNibFile</key>
Expand Down Expand Up @@ -127,25 +132,5 @@
</dict>
</dict>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>uranusjr.com</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
<key>mathjax.org</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSExceptionRequiresForwardSecrecy</key>
<false/>
</dict>
</dict>
</dict>
</dict>
</plist>

0 comments on commit 2aba927

Please sign in to comment.