alloy: Disable bfcache (see issue #3237)
This will be reverted if the bfcache issue is fixed.
This commit is contained in:
parent
ff0e5c0348
commit
2428b35f6c
|
@ -1463,7 +1463,8 @@ void AlloyBrowserHostImpl::ExitPictureInPicture() {
|
|||
}
|
||||
|
||||
bool AlloyBrowserHostImpl::IsBackForwardCacheSupported() {
|
||||
return true;
|
||||
// Disabled due to issue #3237.
|
||||
return false;
|
||||
}
|
||||
|
||||
bool AlloyBrowserHostImpl::IsPrerender2Supported() {
|
||||
|
|
Loading…
Reference in New Issue