changed icecast stream from http to https
authorAndrew Engelbrecht <andrew@fsf.org>
Tue, 19 Mar 2019 19:00:56 +0000 (15:00 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Tue, 19 Mar 2019 19:00:56 +0000 (15:00 -0400)
2019/assets/js/stream.js

index 222abf474ddc0ecdca9bd7f093b31edcdd3c634e..6fd6804bacdda44c6adf3d96bcb65f9f9f03ce49 100644 (file)
@@ -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";