Skip to content

Commit

Permalink
fix: workaround for about:blank navigations
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed May 11, 2022
1 parent 1e82d98 commit ebbf76b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/node/Launcher.ts
Expand Up @@ -214,7 +214,9 @@ class ChromeLauncher implements ProductLauncher {
'--disable-default-apps',
'--disable-dev-shm-usage',
'--disable-extensions',
'--disable-features=Translate,BackForwardCache',
// TODO: remove AvoidUnnecessaryBeforeUnloadCheckSync below
// once crbug.com/1324138 is fixed and released.
'--disable-features=Translate,BackForwardCache,AvoidUnnecessaryBeforeUnloadCheckSync',
'--disable-hang-monitor',
'--disable-ipc-flooding-protection',
'--disable-popup-blocking',
Expand Down

0 comments on commit ebbf76b

Please sign in to comment.