diff --git a/01_scrape/index.js b/01_scrape/index.js index 5593fbd..93d6dde 100644 --- a/01_scrape/index.js +++ b/01_scrape/index.js @@ -359,7 +359,7 @@ class Ctfd2Pages { } async run() { - const browser = await puppeteer.launch({headless: true}); + const browser = await puppeteer.launch({headless: 'new'}); this.pushpage(this.origin); this.pushpage(`${this.origin}404`);