Skip to content

Commit

Permalink
fix: disable AvoidUnnecessaryBeforeUnloadCheckSync to fix navigations
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeIwaki committed Jun 27, 2022
1 parent 2c7c587 commit dd43d5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/puppeteer/launcher/chrome.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ def initialize(chrome_arg_options)
'--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 dd43d5b

Please sign in to comment.