mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix(Launcher): launch chrome with --disable-dev-shm-usage by default (#2351)
Fixes #1834.
This commit is contained in:
@@ -35,6 +35,7 @@ const DEFAULT_ARGS = [
|
||||
'--disable-background-timer-throttling',
|
||||
'--disable-client-side-phishing-detection',
|
||||
'--disable-default-apps',
|
||||
'--disable-dev-shm-usage',
|
||||
'--disable-extensions',
|
||||
'--disable-hang-monitor',
|
||||
'--disable-popup-blocking',
|
||||
|
||||
Reference in New Issue
Block a user