We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67c2138 + 314ddbc commit cf3077fCopy full SHA for cf3077f
lib/gather-telemetry.js
@@ -2,7 +2,7 @@ const puppeteer = require("puppeteer");
2
const cache = require("./cache");
3
4
module.exports = async function gatherTelemetry(url) {
5
- const browser = await puppeteer.launch();
+ const browser = await puppeteer.launch({ ignoreHTTPSErrors: true });
6
const page = await browser.newPage();
7
8
await page.goto(url);
0 commit comments