Make gravatar support explicit only

This commit is contained in:
Johannes Zellner
2021-07-07 14:31:39 +02:00
parent cdad2a80d4
commit 81e6cd6195
4 changed files with 23 additions and 24 deletions
+4
View File
@@ -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,