Add (political checks)
This commit is contained in:
@@ -49,6 +49,8 @@ public static function handleSingle($rss_url, $hours = 3)
|
||||
continue;
|
||||
}
|
||||
|
||||
$blacklist_rss_post_keywords = array_merge($blacklist_rss_post_keywords, get_country_names(true));
|
||||
|
||||
foreach ($blacklist_rss_post_keywords as $blacklist_keyword)
|
||||
{
|
||||
if (str_contains(strtolower($title), $blacklist_keyword))
|
||||
|
||||
Reference in New Issue
Block a user