Skip to content

Commit

Permalink
fix(launcher): properly disable translate UI
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Jan 29, 2019
1 parent f2c968f commit e9637c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ const DEFAULT_ARGS = [
'--disable-extensions',
// TODO: Support OOOPIF. @see https://github.com/GoogleChrome/puppeteer/issues/2548
'--disable-features=site-per-process',
'--disable-features=TranslateUI',
'--disable-hang-monitor',
'--disable-ipc-flooding-protection',
'--disable-popup-blocking',
'--disable-prompt-on-repost',
'--disable-renderer-backgrounding',
'--disable-sync',
'--disable-translate',
'--force-color-profile=srgb',
'--metrics-recording-only',
'--no-first-run',
Expand Down

0 comments on commit e9637c1

Please sign in to comment.