mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 17:10:46 +08:00
fix(blocklist): unblock TikTok Business page
This is just a regular business site, not social media.
This commit is contained in:
parent
4a623c084a
commit
4194525640
@ -37,7 +37,9 @@ const allowedKeywords = [
|
||||
'blog',
|
||||
'press',
|
||||
'conditions',
|
||||
'tos'
|
||||
'tos',
|
||||
'://ads.tiktok.com',
|
||||
'://tiktok.com/business',
|
||||
];
|
||||
|
||||
export function isUrlBlocked(url: string): boolean {
|
||||
|
Loading…
x
Reference in New Issue
Block a user