Browse Source

config: whitelist option to hide chrome extension banner

saghul: torture tests also need it.
j8
Joey Marshment-Howell 4 years ago
parent
commit
ec6ed6e8ec
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      react/features/base/config/interfaceConfigWhitelist.js

+ 1
- 0
react/features/base/config/interfaceConfigWhitelist.js View File

@@ -42,6 +42,7 @@ export default [
42 42
     'RECENT_LIST_ENABLED',
43 43
     'REMOTE_THUMBNAIL_RATIO',
44 44
     'SETTINGS_SECTIONS',
45
+    'SHOW_CHROME_EXTENSION_BANNER',
45 46
     'SHOW_DEEP_LINKING_IMAGE',
46 47
     'SHOW_POWERED_BY',
47 48
     'SUPPORT_URL',

Loading…
Cancel
Save