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

config: Don't require an extension for firefox >=52.
This commit is contained in:
George Politis 2017-02-27 16:36:31 -06:00 committed by GitHub
commit 93c9419392
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ var config = { // eslint-disable-line no-unused-vars
// up to and including 41. On Firefox 42 and higher, we will run without the // up to and including 41. On Firefox 42 and higher, we will run without the
// extension. // extension.
// If set to -1, an extension will be required for all versions of Firefox. // If set to -1, an extension will be required for all versions of Firefox.
desktopSharingFirefoxMaxVersionExtRequired: -1, desktopSharingFirefoxMaxVersionExtRequired: 51,
// The URL to the Firefox extension for desktop sharing. // The URL to the Firefox extension for desktop sharing.
desktopSharingFirefoxExtensionURL: null, desktopSharingFirefoxExtensionURL: null,