mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix: disable bfcache in the launcher (#8196)
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
This commit is contained in:
parent
c1dcd857e3
commit
9ac7318506
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user