From 95682dbb6deed901f30519ddd1eb8887307a5f37 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Tue, 28 Apr 2020 10:03:44 +0200 Subject: [PATCH] change default --- includes/functions.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index 31d29cf..60d6e3b 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -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