feat(scrapeUrl/fire-engine): add blockAds flag (FIR-692) (#1106)
* feat(scrapeUrl/fire-engine): add blockAds flag * feat(v1/scrape): blockAds test
This commit is contained in:
@@ -93,6 +93,7 @@ export interface CrawlScrapeOptions {
|
||||
mobile?: boolean;
|
||||
skipTlsVerification?: boolean;
|
||||
removeBase64Images?: boolean;
|
||||
blockAds?: boolean;
|
||||
}
|
||||
|
||||
export type Action = {
|
||||
|
||||
Reference in New Issue
Block a user