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

View File

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