Skip to content

Commit

Permalink
Merge pull request #226 from YusukeIwaki/porting/8330
Browse files Browse the repository at this point in the history
fix: disable AvoidUnnecessaryBeforeUnloadCheckSync to fix navigations
  • Loading branch information
YusukeIwaki committed Jun 28, 2022
2 parents 710e0f0 + dd43d5b commit b6fa102
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/puppeteer/launcher/chrome.rb
Expand Up @@ -124,7 +124,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 b6fa102

Please sign in to comment.