Libravatar: Extend the list of default avatars / make the admin interface work

This commit is contained in:
Michael 2020-12-07 21:00:56 +00:00
parent 30364c8ac0
commit ad679c6c25
2 changed files with 10 additions and 32 deletions

View file

@ -549,6 +549,8 @@ class Services_Libravatar
case 'monsterid':
case 'wavatar':
case 'retro':
case 'robohash':
case 'pagan':
break;
default:
$valid = filter_var($url, FILTER_VALIDATE_URL);