mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 03:32:22 +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…
Reference in New Issue
Block a user