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:
Clark Boylan 2022-08-25 13:53:55 -07:00
parent bebbe406fd
commit c01c5c41ce

View File

@ -53,9 +53,8 @@ PROVIDER_CONFIG = /data/gitea/sessions
PROVIDER = file PROVIDER = file
[picture] [picture]
AVATAR_UPLOAD_PATH = /data/gitea/avatars AVATAR_UPLOAD_PATH = /data/gitea/avatars
DISABLE_GRAVATAR = false DISABLE_GRAVATAR = true
ENABLE_FEDERATED_AVATAR = true
[attachment] [attachment]
PATH = /data/gitea/attachments PATH = /data/gitea/attachments