Make gravatar support explicit only
This commit is contained in:
@@ -49,6 +49,10 @@ exports = module.exports = {
|
||||
|
||||
AUTOUPDATE_PATTERN_NEVER: 'never',
|
||||
|
||||
AVATAR_NONE: '',
|
||||
AVATAR_GRAVATAR: 'gravatar',
|
||||
AVATAR_CUSTOM: 'custom', // this is not used here just for reference. The field will contain a byte buffer instead of the type string
|
||||
|
||||
SECRET_PLACEHOLDER: String.fromCharCode(0x25CF).repeat(8), // also used in dashboard client.js
|
||||
|
||||
CLOUDRON: CLOUDRON,
|
||||
|
||||
Reference in New Issue
Block a user