Skip to content

Commit

Permalink
Merge pull request julienXX#177 from boneskull/insecure
Browse files Browse the repository at this point in the history
allows loading of icons via http scheme
  • Loading branch information
julienXX authored Oct 9, 2016
2 parents e16e4c2 + 572f47b commit f7db151
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Terminal Notifier/Terminal Notifier-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSUserNotificationAlertStyle</key>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSUserNotificationAlertStyle</key>
<string>alert</string>
</dict>
</plist>

0 comments on commit f7db151

Please sign in to comment.