Bläddra i källkod

Merge pull request #1362 from bgrozev/no-extension-on-ff-52

config: Don't require an extension for firefox >=52.
j8
George Politis 8 år sedan
förälder
incheckning
93c9419392
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      config.js

+ 1
- 1
config.js Visa fil

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
 

Laddar…
Avbryt
Spara