瀏覽代碼

config: Don't require an extension for firefox >=52.

Starting with firefox 52, no extension is required for screensharing.
See https://wiki.mozilla.org/Screensharing
j8
Boris Grozev 8 年之前
父節點
當前提交
6121bcf171
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      config.js

+ 1
- 1
config.js 查看文件

40
     // up to and including 41. On Firefox 42 and higher, we will run without the
40
     // up to and including 41. On Firefox 42 and higher, we will run without the
41
     // extension.
41
     // extension.
42
     // If set to -1, an extension will be required for all versions of Firefox.
42
     // If set to -1, an extension will be required for all versions of Firefox.
43
-    desktopSharingFirefoxMaxVersionExtRequired: -1,
43
+    desktopSharingFirefoxMaxVersionExtRequired: 51,
44
     // The URL to the Firefox extension for desktop sharing.
44
     // The URL to the Firefox extension for desktop sharing.
45
     desktopSharingFirefoxExtensionURL: null,
45
     desktopSharingFirefoxExtensionURL: null,
46
 
46
 

Loading…
取消
儲存