Skip to content

Commit

Permalink
puppeteer sandbox
Browse files Browse the repository at this point in the history
This is extremely frustrating. IMO Github / Google
should not have made this change without providing
a solution. Puppeteer's message is useless for github
actions. It assumes you control the server. The majority
of projects do not.

So, sandbox off. If that's bad for github too fucking bad.
If Google/Github want us to do the right thing then they
should either make the right thing happen by default. Or,
provide docs on how to do it. The docs provided are insufficient.
  • Loading branch information
greggman committed Dec 25, 2024
1 parent b1dac27 commit 43455ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/puppeteer.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ async function test(port) {
//'--enable-webgpu-developer-features',
//'--use-angle=swiftshader',
'--user-agent=puppeteer',
'--no-sandbox',
'--disable-setuid-sandbox',
],
});
const page = await browser.newPage();
Expand Down

0 comments on commit 43455ec

Please sign in to comment.