Skip to content

Commit

Permalink
fix: disable bfcache in the launcher (#8196)
Browse files Browse the repository at this point in the history
Puppeteer has problems handling navigations to pages that
are restored from the back-forward cache. Let's disable it
until we have the support and test coverage.

Issues: #8182
  • Loading branch information
OrKoN committed Apr 6, 2022
1 parent c1dcd85 commit 9ac7318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/Launcher.ts
Expand Up @@ -213,7 +213,7 @@ class ChromeLauncher implements ProductLauncher {
'--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 9ac7318

Please sign in to comment.