fix(blocklist): unblock TikTok Business page
This is just a regular business site, not social media.
This commit is contained in:
@@ -37,7 +37,9 @@ const allowedKeywords = [
|
|||||||
'blog',
|
'blog',
|
||||||
'press',
|
'press',
|
||||||
'conditions',
|
'conditions',
|
||||||
'tos'
|
'tos',
|
||||||
|
'://ads.tiktok.com',
|
||||||
|
'://tiktok.com/business',
|
||||||
];
|
];
|
||||||
|
|
||||||
export function isUrlBlocked(url: string): boolean {
|
export function isUrlBlocked(url: string): boolean {
|
||||||
|
|||||||
Reference in New Issue
Block a user