From 67ac0ad9738c982763a73a70a353e19e7159f9ad Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Fri, 15 Jul 2022 15:12:53 +0200 Subject: [PATCH] Add www.gravatar.com to the list of trusted URIs --- config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.py b/config.py index b523581..fc82f82 100644 --- a/config.py +++ b/config.py @@ -219,6 +219,8 @@ TRUSTED_DEFAULT_URLS = [ "https://secure.gravatar.com/avatar/", "http://0.gravatar.com/avatar/", "https://0.gravatar.com/avatar/", + "http://www.gravatar.com/avatar/", + "https://www.gravatar.com/avatar/", "https://avatars.dicebear.com/api/", "https://badges.fedoraproject.org/static/img/", "http://www.planet-libre.org/themes/planetlibre/images/",