Merge branch 'nsc/improved-blocklist'
This commit is contained in:
commit
93bb53271e
@ -40,6 +40,7 @@ describe('isUrlBlocked', () => {
|
|||||||
'https://whatsapp.com/press',
|
'https://whatsapp.com/press',
|
||||||
'https://wechat.com/careers',
|
'https://wechat.com/careers',
|
||||||
'https://telegram.org/conditions',
|
'https://telegram.org/conditions',
|
||||||
|
'https://wix.com/careers',
|
||||||
];
|
];
|
||||||
|
|
||||||
allowedUrls.forEach(url => {
|
allowedUrls.forEach(url => {
|
||||||
@ -54,6 +55,8 @@ describe('isUrlBlocked', () => {
|
|||||||
'https://subdomain.example.com',
|
'https://subdomain.example.com',
|
||||||
'firecrawl.dev',
|
'firecrawl.dev',
|
||||||
'amazon.com',
|
'amazon.com',
|
||||||
|
'wix.com',
|
||||||
|
'https://wix.com'
|
||||||
];
|
];
|
||||||
|
|
||||||
nonBlockedUrls.forEach(url => {
|
nonBlockedUrls.forEach(url => {
|
||||||
|
Loading…
Reference in New Issue
Block a user