From 7b8776fd159387a18ef0a33dbde5bea8287c47e8 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 19 Oct 2018 18:13:26 +0200 Subject: [PATCH] Fix #2 Use SSL to connect to the hub --- js/ext.togetherjs.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ext.togetherjs.config.js b/js/ext.togetherjs.config.js index 3d3bd92..b1ecf56 100644 --- a/js/ext.togetherjs.config.js +++ b/js/ext.togetherjs.config.js @@ -7,7 +7,7 @@ baseUrl: mw.config.get( 'wgServer' ) + mw.config.get( 'wgExtensionAssetsPath' ) + '/TogetherJS', - hubBase: 'http://hub.togetherjs.com/', + hubBase: 'https://hub.togetherjs.com/', useMinimizedCode: true, cacheBust: false,