0

Update socialBlockList.test.ts

This commit is contained in:
Nicolas 2024-06-03 16:44:23 -07:00
parent c69c89f838
commit 38e583f66c

View File

@ -40,6 +40,7 @@ describe('isUrlBlocked', () => {
'https://whatsapp.com/press',
'https://wechat.com/careers',
'https://telegram.org/conditions',
'https://wix.com/careers',
];
allowedUrls.forEach(url => {
@ -54,6 +55,8 @@ describe('isUrlBlocked', () => {
'https://subdomain.example.com',
'firecrawl.dev',
'amazon.com',
'wix.com',
'https://wix.com'
];
nonBlockedUrls.forEach(url => {