mermaid-server/mermaidcli/puppeteer-config.json

55 lines
1.4 KiB
JSON
Raw Normal View History

{
"browserContext": "new",
"headless": "new",
"defaultViewport": {
"width": 0,
"height": 0,
"deviceScaleFactor": 1,
"isMobile": false,
"hasTouch": false,
"isLandscape": true
},
"args": [
"--disable-gpu",
"--disable-dev-shm-usage",
"--disable-setuid-sandbox",
"--no-sandbox",
"--no-zygote",
"--disable-extensions",
"--disable-background-networking",
"--disable-background-timer-throttling",
"--disable-backgrounding-occluded-windows",
"--disable-breakpad",
"--disable-component-extensions-with-background-pages",
"--disable-default-apps",
"--disable-features=TranslateUI,BlinkGenPropertyTrees,IsolateOrigins,site-per-process",
"--disable-hang-monitor",
"--disable-ipc-flooding-protection",
"--disable-popup-blocking",
"--disable-prompt-on-repost",
"--disable-renderer-backgrounding",
"--disable-sync",
"--force-color-profile=srgb",
"--hide-scrollbars",
"--metrics-recording-only",
"--mute-audio",
"--no-first-run",
"--no-default-browser-check"
],
"timeout": 30000,
"protocolTimeout": 30000,
"ignoreHTTPSErrors": true,
"bypassCSP": true,
"executablePath": null,
"ignoreDefaultArgs": false,
"handleSIGINT": true,
"handleSIGTERM": true,
"handleSIGHUP": true,
"userDataDir": null,
"devtools": false,
"slowMo": 0,
"pipe": false,
"extraPrefsFirefox": {},
"dumpio": false,
"product": "chrome"
}