fix(config): add whitelisting for interface config

For now all keys are whitelisted.
This commit is contained in:
Leonard Kim
2019-09-25 10:49:29 -07:00
committed by virtuacoplenny
parent f7a526f488
commit 1010f53a84
4 changed files with 223 additions and 145 deletions

View File

@@ -221,6 +221,13 @@ var interfaceConfig = {
* milliseconds, those notifications should remain displayed.
*/
// ENFORCE_NOTIFICATION_AUTO_DISMISS_TIMEOUT: 15000,
// List of undocumented settings
/**
INDICATOR_FONT_SIZES
MOBILE_DYNAMIC_LINK
PHONE_NUMBER_REGEX
*/
};
/* eslint-enable no-unused-vars, no-var, max-len */