Add a few more trusted URLs that we gathered from the logs

This commit is contained in:
Oliver Falk
2022-02-18 08:40:19 +00:00
parent cc761467f5
commit f0a2d5aae4

View File

@@ -214,11 +214,16 @@ TRUSTED_DEFAULT_URLS = [
"https://ui-avatars.com/api/", "https://ui-avatars.com/api/",
"http://gravatar.com/avatar/", "http://gravatar.com/avatar/",
"https://gravatar.com/avatar/", "https://gravatar.com/avatar/",
"http://www.gravatar.org/avatar/",
"https://www.gravatar.org/avatar/",
"https://secure.gravatar.com/avatar/", "https://secure.gravatar.com/avatar/",
"http://0.gravatar.com/avatar/",
"https://0.gravatar.com/avatar/",
"https://avatars.dicebear.com/api/", "https://avatars.dicebear.com/api/",
"https://badges.fedoraproject.org/static/img/", "https://badges.fedoraproject.org/static/img/",
"http://www.planet-libre.org/themes/planetlibre/images/", "http://www.planet-libre.org/themes/planetlibre/images/",
"https://www.azuracast.com/img/", "https://www.azuracast.com/img/",
"https://reps.mozilla.org/static/base/img/remo/",
] ]
# This MUST BE THE LAST! # This MUST BE THE LAST!