Disable Gravatar in Gitea
We do this to prevent lookups to third parties for information in this case avatar info. We should verify this doesn't break local avatar storage usage which we manage directly. Change-Id: I612bf1629bd211ed14203cc9e39f34ba0be041bf
This commit is contained in:
parent
bebbe406fd
commit
c01c5c41ce
@ -54,8 +54,7 @@ PROVIDER = file
|
||||
|
||||
[picture]
|
||||
AVATAR_UPLOAD_PATH = /data/gitea/avatars
|
||||
DISABLE_GRAVATAR = false
|
||||
ENABLE_FEDERATED_AVATAR = true
|
||||
DISABLE_GRAVATAR = true
|
||||
|
||||
[attachment]
|
||||
PATH = /data/gitea/attachments
|
||||
|
Loading…
Reference in New Issue
Block a user