From: David Thompson Date: Sat, 21 Mar 2015 13:48:41 +0000 (-0400) Subject: 2015: live: Fixed mixed content issue. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=25b046fc3f71dfd4974b3ea8a1ac5b0f9ba1f88b;hp=79f452d974313baaaf00b8afa0a5d2eb1f94aeb2;p=libreplanet-static.git 2015: live: Fixed mixed content issue. --- diff --git a/2015/assets/js/stream.js b/2015/assets/js/stream.js index 109a210b..9b6d67fc 100644 --- a/2015/assets/js/stream.js +++ b/2015/assets/js/stream.js @@ -23,7 +23,7 @@ var app = {}; -app.icecastUrl = "http://live.fsf.org"; +app.icecastUrl = "//live.fsf.org"; app.icecastApiUrl = "//live.fsf.org";