From a96a70869dcdcc791507b04403c529a5b9db894b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 15 May 2017 12:15:00 +0100 Subject: [PATCH] fix(screen-sharing) Enable it by default on Firefox Starting with Firefox 51 the extension is no longer mandatory, so make sure the feature is not desabled by default. --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 578b44531..43cc72575 100644 --- a/config.js +++ b/config.js @@ -41,7 +41,7 @@ var config = { // eslint-disable-line no-unused-vars // extension is required. desktopSharingFirefoxExtId: null, // Whether desktop sharing should be disabled on Firefox. - desktopSharingFirefoxDisabled: true, + desktopSharingFirefoxDisabled: false, // The maximum version of Firefox which requires a jidesha extension. // Example: if set to 41, we will require the extension for Firefox versions // up to and including 41. On Firefox 42 and higher, we will run without the