From d44f0f2ece2fbbf1450f5a8343177a74a8c6ae8a Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Tue, 19 Mar 2019 15:00:56 -0400 Subject: [PATCH] changed icecast stream from http to https --- 2019/assets/js/stream.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2019/assets/js/stream.js b/2019/assets/js/stream.js index 222abf47..6fd6804b 100644 --- a/2019/assets/js/stream.js +++ b/2019/assets/js/stream.js @@ -46,7 +46,7 @@ if (!Array.prototype.find) { var app = {}; -app.icecastUrl = "http://live.fsf.org"; +app.icecastUrl = "https://live.fsf.org"; app.icecastApiUrl = "//live.fsf.org"; -- 2.25.1