Use https for forecast.io, it looks like they do not allow non encrypted connection anymore.

merge-requests/218/head
Jens Lody 9 years ago
parent b38fedf158
commit ee7bc35d90
  1. 2
      src/forecast_io.js

@ -42,7 +42,7 @@ const ngettext = Gettext.ngettext;
const OPENWEATHER_URL_HOST = 'api.forecast.io'; 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) { function getWeatherIcon(icon) {
// clear-day weather-clear-day // clear-day weather-clear-day

Loading…
Cancel
Save