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

Disabled so as not to block promotion of M97 to the stable channel.
This commit is contained in:
Marshall Greenblatt
2022-01-06 12:54:03 -05:00
parent 695453b3df
commit 342bd43f4c

View File

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