Add new dicebear endpoint (Fixes #92)

This commit is contained in:
Oliver Falk
2023-02-01 16:01:16 +00:00
parent 2bb1f5f26d
commit 6deea2758f

View File

@@ -232,6 +232,11 @@ TRUSTED_DEFAULT_URLS = [
"host_equals": "avatars.dicebear.com",
"path_prefix": "/api/",
},
{
"schemes": ["https"],
"host_equals": "api.dicebear.com",
"path_prefix": "/",
},
{
"schemes": ["https"],
"host_equals": "badges.fedoraproject.org",