fix(blocklist): unblock TikTok Business page

This is just a regular business site, not social media.
This commit is contained in:
Gergő Móricz 2024-09-24 16:55:19 +02:00
parent 4a623c084a
commit 4194525640
1 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,9 @@ const allowedKeywords = [
'blog',
'press',
'conditions',
'tos'
'tos',
'://ads.tiktok.com',
'://tiktok.com/business',
];
export function isUrlBlocked(url: string): boolean {