From 572f47b4c33e20ad3f12b7250292ccaadb67c87b Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Thu, 6 Oct 2016 11:05:11 -0700 Subject: [PATCH] allows loading of icons via http scheme - Key `NSAppTransportSecurity` disallows `http` by default, and requires `https` - Some usable icon resources (loaded via `-appIcon` or otherwise) are not readily accessible via `http` --- Terminal Notifier/Terminal Notifier-Info.plist | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Terminal Notifier/Terminal Notifier-Info.plist b/Terminal Notifier/Terminal Notifier-Info.plist index 7733d30..2227cef 100644 --- a/Terminal Notifier/Terminal Notifier-Info.plist +++ b/Terminal Notifier/Terminal Notifier-Info.plist @@ -32,7 +32,12 @@ MainMenu NSPrincipalClass NSApplication - NSUserNotificationAlertStyle + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + + NSUserNotificationAlertStyle alert