mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-11 18:56:23 +00:00
Enhance the list. It's possible some non-ssl sites still use gravatar without https and some sites use secure.gravatar.com
This commit is contained in:
@@ -212,7 +212,9 @@ CACHE_RESPONSE = True
|
|||||||
# Trusted URLs for default redirection
|
# Trusted URLs for default redirection
|
||||||
TRUSTED_DEFAULT_URLS = [
|
TRUSTED_DEFAULT_URLS = [
|
||||||
"https://ui-avatars.com/api/",
|
"https://ui-avatars.com/api/",
|
||||||
|
"http://gravatar.com/avatar/",
|
||||||
"https://gravatar.com/avatar/",
|
"https://gravatar.com/avatar/",
|
||||||
|
"https://secure.gravatar.com/avatar/",
|
||||||
"https://avatars.dicebear.com/api/",
|
"https://avatars.dicebear.com/api/",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user