From c2ace7174fbe580b36116a24bf6d741713271053 Mon Sep 17 00:00:00 2001 From: k054 Date: Fri, 18 Mar 2016 19:07:41 -0400 Subject: [PATCH] https testing --- 2016/assets/js/stream.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2016/assets/js/stream.js b/2016/assets/js/stream.js index 49557dfd..28d3edc6 100644 --- a/2016/assets/js/stream.js +++ b/2016/assets/js/stream.js @@ -46,9 +46,9 @@ if (!Array.prototype.find) { var app = {}; -app.icecastUrl = "http://live2.fsf.org"; +app.icecastUrl = "//live2.fsf.org"; -app.icecastApiUrl = "http://live2.fsf.org"; +app.icecastApiUrl = "//live2.fsf.org"; app.scheduleEvery = function(duration, thunk) { thunk(); -- 2.25.1