Update handleCustomScraping.ts
This commit is contained in:
parent
674500affa
commit
96257b7b17
@ -14,6 +14,7 @@ export async function handleCustomScraping(
|
||||
};
|
||||
}
|
||||
|
||||
// Check for Vanta security portals
|
||||
if (text.includes('<link href="https://static.vanta.com')) {
|
||||
console.log(
|
||||
`Vanta link detected for ${url}, using Fire Engine with wait time 3000ms`
|
||||
|
Loading…
Reference in New Issue
Block a user