homebysix / recipe-robot

A kick ass tool for creating AutoPkg recipes.
Apache License 2.0
301 stars 28 forks source link

Use HTTPS whenever possible for Sparkle feeds #92

Closed homebysix closed 7 years ago

homebysix commented 8 years ago

When given an HTTP Sparkle feed, Recipe Robot should:

  1. Try using the HTTPS equivalent. If it's a valid feed (or redirects to a valid feed), use that.
  2. Display a warning and proceed using the HTTP feed.
homebysix commented 8 years ago

Recipe Robot now warns when using HTTP, but does not attempt to switch to HTTPS. That's the next logical step, planned for v1.0.4.

homebysix commented 7 years ago

Implemented in 1.0.4.