alloy: Disable bfcache (see issue #3237)

This will be reverted if the bfcache issue is fixed.
This commit is contained in:
Marshall Greenblatt 2022-01-06 12:54:03 -05:00
parent ff0e5c0348
commit 2428b35f6c
1 changed files with 2 additions and 1 deletions

View File

@ -1463,7 +1463,8 @@ void AlloyBrowserHostImpl::ExitPictureInPicture() {
}
bool AlloyBrowserHostImpl::IsBackForwardCacheSupported() {
return true;
// Disabled due to issue #3237.
return false;
}
bool AlloyBrowserHostImpl::IsPrerender2Supported() {