소스 검색

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

This reverts commit 4824c8714a.
j8
Jaya Allamsetty 5 년 전
부모
커밋
e0563a743f
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    1
      interface_config.js
  2. 1
    2
      react/features/base/environment/environment.js

+ 1
- 1
interface_config.js 파일 보기

@@ -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 파일 보기

@@ -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 = [];

Loading…
취소
저장