Skip to content

Commit 109f408

Browse files
author
Anthony Somerset
committed
temp disable ATS pending HTTPS for sparkle update url
1 parent 0f411fc commit 109f408

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

FileShuttle/FileShuttle-Info.plist

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,19 @@
6969
</array>
7070
</dict>
7171
</array>
72+
<key>NSAppTransportSecurity</key>
73+
<dict>
74+
<key>NSExceptionDomains</key>
75+
<dict>
76+
<key>fileshuttle.io</key>
77+
<dict>
78+
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
79+
<true/>
80+
<key>NSIncludesSubdomains</key>
81+
<true/>
82+
</dict>
83+
</dict>
84+
</dict>
7285
<key>SUEnableAutomaticChecks</key>
7386
<true/>
7487
<key>SUFeedURL</key>

0 commit comments

Comments
 (0)