Skip to content

Commit

Permalink
change default
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Apr 28, 2020
1 parent 8211207 commit 95682db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

3 comments on commit 95682db

@bekopharm
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔

@pfefferle
Copy link
Member Author

@pfefferle pfefferle commented on 95682db Apr 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bekopharm
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, now it makes sense. Missed that one 👍

Please sign in to comment.