From 00aa1a45cbca0e6b849303da3706a1ddd64e1ec3 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Fri, 18 Feb 2022 09:33:01 +0100 Subject: [PATCH] Add a few more trusted URLs gathered from the logs --- config.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.py b/config.py index 353a70d..b523581 100644 --- a/config.py +++ b/config.py @@ -214,11 +214,16 @@ TRUSTED_DEFAULT_URLS = [ "https://ui-avatars.com/api/", "http://gravatar.com/avatar/", "https://gravatar.com/avatar/", + "http://www.gravatar.org/avatar/", + "https://www.gravatar.org/avatar/", "https://secure.gravatar.com/avatar/", + "http://0.gravatar.com/avatar/", + "https://0.gravatar.com/avatar/", "https://avatars.dicebear.com/api/", "https://badges.fedoraproject.org/static/img/", "http://www.planet-libre.org/themes/planetlibre/images/", "https://www.azuracast.com/img/", + "https://reps.mozilla.org/static/base/img/remo/", ] # This MUST BE THE LAST!