Skip to content

Commit

Permalink
Merge pull request #218 from YusukeIwaki/porting/8196
Browse files Browse the repository at this point in the history
fix: disable bfcache in the launcher
  • Loading branch information
YusukeIwaki committed May 8, 2022
2 parents 1a5f925 + e55783c commit 5dc0d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppeteer/launcher/chrome.rb
Expand Up @@ -122,7 +122,7 @@ def initialize(chrome_arg_options)
'--disable-default-apps',
'--disable-dev-shm-usage',
'--disable-extensions',
'--disable-features=Translate',
'--disable-features=Translate,BackForwardCache',
'--disable-hang-monitor',
'--disable-ipc-flooding-protection',
'--disable-popup-blocking',
Expand Down

0 comments on commit 5dc0d46

Please sign in to comment.