浏览代码

Merge pull request #1573 from saghul/enable-ff-ds

fix(screen-sharing) Enable it by default on Firefox
master
bgrozev 8 年前
父节点
当前提交
06d2c9fb7b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      config.js

+ 1
- 1
config.js 查看文件

41
     // extension is required.
41
     // extension is required.
42
     desktopSharingFirefoxExtId: null,
42
     desktopSharingFirefoxExtId: null,
43
     // Whether desktop sharing should be disabled on Firefox.
43
     // Whether desktop sharing should be disabled on Firefox.
44
-    desktopSharingFirefoxDisabled: true,
44
+    desktopSharingFirefoxDisabled: false,
45
     // The maximum version of Firefox which requires a jidesha extension.
45
     // The maximum version of Firefox which requires a jidesha extension.
46
     // Example: if set to 41, we will require the extension for Firefox versions
46
     // Example: if set to 41, we will require the extension for Firefox versions
47
     // up to and including 41. On Firefox 42 and higher, we will run without the
47
     // up to and including 41. On Firefox 42 and higher, we will run without the

正在加载...
取消
保存