Skip to content

Commit

Permalink
Update how we ignore https errors with new Puppeteer version
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-at-flexion committed Nov 18, 2024
1 parent 8a9804c commit bcf01a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/browser/src/puppeteer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const PuppeteerService = {

// Arguments to pass on to Puppeteer
puppeteerArgs: {
ignoreHTTPSErrors: true,
acceptInsecureCerts: true,
args: ['--no-sandbox', '--enable-logging', '--v=1'],
},
},
Expand Down

0 comments on commit bcf01a2

Please sign in to comment.