updated plugin ActivityPub version 0.10.1

This commit is contained in:
2020-05-04 15:57:04 +00:00
committed by Gitium
parent d201566960
commit bedbe7cc3f
6 changed files with 16 additions and 13 deletions

View File

@ -301,9 +301,7 @@ function get_blacklist() {
// if no values have been set, revert to the defaults
if ( ! $blacklist || ! $blacklist_hosts || ! \is_array( $blacklist_hosts ) ) {
$blacklist_hosts = array(
'gab.com',
);
$blacklist_hosts = array();
}
// clean out any blank values