diff --git a/config.py b/config.py index 158a6bb..3188dfa 100644 --- a/config.py +++ b/config.py @@ -212,7 +212,9 @@ CACHE_RESPONSE = True # Trusted URLs for default redirection TRUSTED_DEFAULT_URLS = [ "https://ui-avatars.com/api/", + "http://gravatar.com/avatar/", "https://gravatar.com/avatar/", + "https://secure.gravatar.com/avatar/", "https://avatars.dicebear.com/api/", ]