Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: disable AvoidUnnecessaryBeforeUnloadCheckSync to fix navigations (
  • Loading branch information
OrKoN committed May 11, 2022
1 parent 7eaadaf commit 4854ad5
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 4854ad5

Please sign in to comment.