Skip to content

Commit

Permalink
Updated Info.plist with NSAppTransportSecurity exception for localhost.
Browse files Browse the repository at this point in the history
  • Loading branch information
crahan committed Oct 25, 2015
1 parent bd81a04 commit 2d43a9b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions syncthing-bar/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,16 @@
<string>Main</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict>
</dict>
</plist>

0 comments on commit 2d43a9b

Please sign in to comment.