We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd9e05 commit 74b740cCopy full SHA for 74b740c
src/server.ts
@@ -35,8 +35,6 @@ interface Config {
35
console.log('Starting browser...');
36
const browser_config: puppeteer.PuppeteerLaunchOptions = {
37
args: [
38
- '--no-sandbox',
39
- '--disable-setuid-sandbox',
40
// https://github.com/GoogleChrome/puppeteer/issues/2410
41
'--disable-font-subpixel-positioning',
42
'--font-render-hinting=none',
0 commit comments