From 56e1782877ac7a630df9514a304c685f02280d2f Mon Sep 17 00:00:00 2001 From: perroned Date: Fri, 4 Sep 2015 08:48:51 -0700 Subject: [PATCH] Load external JS libraries using HTTPS --- bigbluebutton-html5/app/client/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-html5/app/client/main.coffee b/bigbluebutton-html5/app/client/main.coffee index 364f79ee28..15bb4249af 100755 --- a/bigbluebutton-html5/app/client/main.coffee +++ b/bigbluebutton-html5/app/client/main.coffee @@ -6,7 +6,7 @@ loadLib = (libname) -> #Meteor.log.info "Failed to load library", param console.log "Failed to load library", param - Meteor.Loader.loadJs("http://#{window.location.hostname}/client/lib/#{libname}", successCallback, 10000).fail(retryMessageCallback) + Meteor.Loader.loadJs("https://#{window.location.hostname}/client/lib/#{libname}", successCallback, 10000).fail(retryMessageCallback) # These settings can just be stored locally in session, created at start up Meteor.startup ->