From 70a2771f34ea01a6e3304f11be78d6cdd2b37dc2 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Fri, 18 Feb 2022 08:40:19 +0000 Subject: [PATCH] Add a few more trusted URLs that we 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!