Skip to content

Commit

Permalink
Fix puppeteer arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Aug 20, 2024
1 parent 7f89c46 commit 3eeed9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ async function load(
log.info("Launching browser...");
const browser = await puppeteer.launch({
headless: "shell",
ignoreHTTPSErrors: true,
acceptInsecureCerts: true,
args: [...defaultArgs, ...chromiumArgs],
});
let attempts = 0;
Expand Down

0 comments on commit 3eeed9c

Please sign in to comment.