diff --git a/interface_config.js b/interface_config.js index 64e09679b..fa3e1fef1 100644 --- a/interface_config.js +++ b/interface_config.js @@ -175,7 +175,7 @@ var interfaceConfig = { // has a suboptimal experience. Browsers which are not listed as optimal or // unsupported are considered suboptimal. Valid values are: // chrome, chromium, edge, electron, firefox, nwjs, opera, safari - OPTIMAL_BROWSERS: [ 'chrome', 'chromium', 'firefox', 'nwjs', 'electron', 'safari' ], + OPTIMAL_BROWSERS: [ 'chrome', 'chromium', 'firefox', 'nwjs', 'electron' ], // Browsers, in addition to those which do not fully support WebRTC, that // are not supported and should show the unsupported browser page. diff --git a/react/features/base/environment/environment.js b/react/features/base/environment/environment.js index dc790e6f8..7583b8c34 100644 --- a/react/features/base/environment/environment.js +++ b/react/features/base/environment/environment.js @@ -9,8 +9,7 @@ const DEFAULT_OPTIMAL_BROWSERS = [ 'chrome', 'electron', 'firefox', - 'nwjs', - 'safari' + 'nwjs' ]; const DEFAULT_UNSUPPORTED_BROWSERS = [];