mirror of
https://github.com/gogs/gogs.git
synced 2025-05-31 11:42:13 +00:00
conf: default to disabling federated avatar lookup (#5126)
It's a fun feature but `ENABLE_FEDERATED_AVATAR` being true by default leads to confusion and huge slowdowns (see #2838, #980, #914) --- it's unexpected that Gogs requires DNS configured (?) for avatars. Avatar lookup is a niche feature that I don't believe should be enabled by default given how prone it is to causing problems.
This commit is contained in:
parent
75555585e8
commit
c3c7944d79
@ -292,7 +292,7 @@ DISABLE_GRAVATAR = false
|
|||||||
; Federated avatar lookup uses DNS to discover avatar associated
|
; Federated avatar lookup uses DNS to discover avatar associated
|
||||||
; with emails, see https://www.libravatar.org
|
; with emails, see https://www.libravatar.org
|
||||||
; This value will be forced to be false in offline mode or Gravatar is disbaled.
|
; This value will be forced to be false in offline mode or Gravatar is disbaled.
|
||||||
ENABLE_FEDERATED_AVATAR = true
|
ENABLE_FEDERATED_AVATAR = false
|
||||||
|
|
||||||
; Attachment settings for issues
|
; Attachment settings for issues
|
||||||
[attachment]
|
[attachment]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user