|
@@ -107,8 +107,8 @@ var interfaceConfig = {
|
107
|
107
|
// Names of browsers which should show a warning stating the current browser
|
108
|
108
|
// has a suboptimal experience. Browsers which are not listed as optimal or
|
109
|
109
|
// unsupported are considered suboptimal. Valid values are:
|
110
|
|
- // chrome, chromium, edge, electron, firefox, nwjs, opera, safari
|
111
|
|
- OPTIMAL_BROWSERS: [ 'chrome', 'chromium', 'firefox', 'nwjs', 'electron', 'safari' ],
|
|
110
|
+ // chrome, chromium, electron, firefox , safari, webkit
|
|
111
|
+ OPTIMAL_BROWSERS: [ 'chrome', 'chromium', 'firefox', 'electron', 'safari', 'webkit' ],
|
112
|
112
|
|
113
|
113
|
POLICY_LOGO: null,
|
114
|
114
|
PROVIDER_NAME: 'Jitsi',
|