HTTPS News

This commit is contained in:
Paul Foster 2016-01-19 16:27:08 +00:00
parent 73ab803679
commit 4c9191385d

View File

@ -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,