Skip to content

Commit

Permalink
[scrap] try ignoring https errors to see if it fixes #45
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Jan 28, 2020
1 parent a796eec commit 460596e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/scrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ let isBrowserClosing = false;
*/
function launchBrowser() {
browserPromise = puppeteer.launch({
ignoreHTTPSErrors: true,
args: [
'--no-sandbox',
'--disable-setuid-sandbox',
Expand Down

0 comments on commit 460596e

Please sign in to comment.