not only can't you update quicksilver but you also cannot update plugins unless you do it from qsapp webpage although how you would know there is a plugin update is a mystery.
however, there has been a solution provided in this thread <https://github.com/quicksilver/Quicksilver/issues/2114>, look for the post by flingbob basically you put this code <key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict> at the top of /Applications/Quicksilver.app/Contents/Info.plist in the spot identified by flingbob. info.plist should now start like this: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict> On Monday, October 5, 2015 at 8:47:13 AM UTC-6, Chuck Keil wrote: > > this appears to be the same issue as reported by bosel here > <https://github.com/quicksilver/Quicksilver/issues/2114> > > On Sunday, October 4, 2015 at 7:51:15 PM UTC-6, Chuck Keil wrote: >> >> 2015-10-04 7:42:45.188 PM Quicksilver[6446]: App Transport Security has >> blocked a cleartext HTTP (http://) resource load since it is insecure. >> Temporary exceptions can be configured via your app's Info.plist file. >> >> no idea how to do this >> > -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/blacktree-quicksilver. For more options, visit https://groups.google.com/d/optout.
