mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-29 09:01:29 +00:00
mb_strtolower BLACKLISTED_TAGS before processing
This commit is contained in:
@@ -875,8 +875,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
$boring_tags = trim_array(split(",", get_pref($link,
|
||||
'BLACKLISTED_TAGS', $owner_uid, '')));
|
||||
$boring_tags = trim_array(split(",", mb_strtolower(get_pref($link,
|
||||
'BLACKLISTED_TAGS', $owner_uid, ''), 'utf-8')));
|
||||
|
||||
if ($additional_tags && is_array($additional_tags)) {
|
||||
foreach ($additional_tags as $tag) {
|
||||
|
||||
Reference in New Issue
Block a user