Skip to content

Commit 4e78f0d

Browse files
feat: addition of cookies and basic auth - 6
1 parent 022312d commit 4e78f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/processSnapshot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ async function processSnapshot(snapshot: Snapshot, ctx: Context): Promise<Record
9595
updateLogContext({task: 'discovery'});
9696
ctx.log.debug(`Processing snapshot ${snapshot.name}`);
9797

98-
let launchOptions: Record<string, any> = { headless: true, proxy: { server: 'http://3.214.241.254:28687'} }
98+
let launchOptions: Record<string, any> = { headless: true }
9999
let contextOptions: Record<string, any> = {
100100
javaScriptEnabled: ctx.config.cliEnableJavaScript,
101101
userAgent: constants.CHROME_USER_AGENT,

0 commit comments

Comments
 (0)