alloy: Disable bfcache in M98 (see issue #3237)

This will be reverted if the bfcache issue is fixed before M98 becomes the
stable channel.
This commit is contained in:
Marshall Greenblatt
2022-01-06 12:54:03 -05:00
parent 419264812d
commit 24e09fef3e

View File

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