Skip to content

Commit

Permalink
Fix screenshots issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk committed Aug 11, 2023
1 parent 939063f commit 2a01ec0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async function authorizeInteractive({ sessionKey, authorizationUrl, headless, bu
const browser = await puppeteer.launch({
headless,
ignoreHTTPSErrors: true,
args: chromiumFlags,
args: chromiumFlags.concat('--disable-gpu', '--single-process', '--no-zygote', '--disable-extensions'),
});
const page = await browser.newPage();
try {
Expand Down

0 comments on commit 2a01ec0

Please sign in to comment.