Bladeren bron

Revert "feat(browser-support): Add safari to list of optimal browsers"

This reverts commit 4824c8714a.
j8
Jaya Allamsetty 5 jaren geleden
bovenliggende
commit
e0563a743f
2 gewijzigde bestanden met toevoegingen van 2 en 3 verwijderingen
  1. 1
    1
      interface_config.js
  2. 1
    2
      react/features/base/environment/environment.js

+ 1
- 1
interface_config.js Bestand weergeven

@@ -175,7 +175,7 @@ var interfaceConfig = {
175 175
     // has a suboptimal experience. Browsers which are not listed as optimal or
176 176
     // unsupported are considered suboptimal. Valid values are:
177 177
     // chrome, chromium, edge, electron, firefox, nwjs, opera, safari
178
-    OPTIMAL_BROWSERS: [ 'chrome', 'chromium', 'firefox', 'nwjs', 'electron', 'safari' ],
178
+    OPTIMAL_BROWSERS: [ 'chrome', 'chromium', 'firefox', 'nwjs', 'electron' ],
179 179
 
180 180
     // Browsers, in addition to those which do not fully support WebRTC, that
181 181
     // are not supported and should show the unsupported browser page.

+ 1
- 2
react/features/base/environment/environment.js Bestand weergeven

@@ -9,8 +9,7 @@ const DEFAULT_OPTIMAL_BROWSERS = [
9 9
     'chrome',
10 10
     'electron',
11 11
     'firefox',
12
-    'nwjs',
13
-    'safari'
12
+    'nwjs'
14 13
 ];
15 14
 
16 15
 const DEFAULT_UNSUPPORTED_BROWSERS = [];

Laden…
Annuleren
Opslaan