From ee7bc35d90f9e05b0831d1e61eb6d537b0cae2dd Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Fri, 16 Oct 2015 22:33:21 +0200 Subject: [PATCH] Use https for forecast.io, it looks like they do not allow non encrypted connection anymore. --- src/forecast_io.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/forecast_io.js b/src/forecast_io.js index fe22197..43b3ad9 100644 --- a/src/forecast_io.js +++ b/src/forecast_io.js @@ -42,7 +42,7 @@ const ngettext = Gettext.ngettext; const OPENWEATHER_URL_HOST = 'api.forecast.io'; -const OPENWEATHER_URL_BASE = 'http://' + OPENWEATHER_URL_HOST + '/forecast/'; +const OPENWEATHER_URL_BASE = 'https://' + OPENWEATHER_URL_HOST + '/forecast/'; function getWeatherIcon(icon) { // clear-day weather-clear-day