Skip to content

Commit 95682db

Browse files
committed
change default
1 parent 8211207 commit 95682db

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

includes/functions.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,7 @@ function get_blacklist() {
301301

302302
// if no values have been set, revert to the defaults
303303
if ( ! $blacklist || ! $blacklist_hosts || ! \is_array( $blacklist_hosts ) ) {
304-
$blacklist_hosts = array(
305-
'gab.com',
306-
);
304+
$blacklist_hosts = array();
307305
}
308306

309307
// clean out any blank values

0 commit comments

Comments
 (0)