From 318b2d378f54805e99b7022db15136df7c920083 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Sat, 23 Jun 2018 23:40:46 +0200 Subject: Allow to disable gravatar Since Gravatar is an external image source and not perfect from a privacy perspective, forbidding it allows to improve privacy. This commit also simplifies and optimizes the avatar code. Signed-off-by: Sheogorath --- lib/config/default.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/config/default.js') diff --git a/lib/config/default.js b/lib/config/default.js index f88c17b3..ec44ae78 100644 --- a/lib/config/default.js +++ b/lib/config/default.js @@ -146,5 +146,6 @@ module.exports = { }, email: true, allowEmailRegister: true, + allowGravatar: true, allowPDFExport: true } -- cgit v1.2.3