From 4c9191385d47044b6af27f2657440bfc2acf6895 Mon Sep 17 00:00:00 2001 From: Paul Foster Date: Tue, 19 Jan 2016 16:27:08 +0000 Subject: [PATCH] HTTPS News --- js/news/news.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/news/news.js b/js/news/news.js index b8cf3a2c..d45416b0 100644 --- a/js/news/news.js +++ b/js/news/news.js @@ -6,7 +6,7 @@ var news = { newsLocation: '.news', newsItems: [], seenNewsItem: [], - _yqURL: 'http://query.yahooapis.com/v1/public/yql', + _yqURL: 'https://query.yahooapis.com/v1/public/yql', _yqlQS: '?format=json&q=select%20*%20from%20rss%20where%20url%3D', _cacheBuster: Math.floor((new Date().getTime()) / 1200 / 1000), _failedAttempts: 0,