From: Your Name Date: Tue, 14 Feb 2023 16:29:12 +0000 Subject: Disable BackForwardCache --- content/public/common/content_features.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc --- a/content/public/common/content_features.cc +++ b/content/public/common/content_features.cc @@ -87,8 +87,8 @@ BASE_FEATURE(kBackgroundFetch, // Enable using the BackForwardCache. BASE_FEATURE(kBackForwardCache, - "BackForwardCache", - base::FEATURE_ENABLED_BY_DEFAULT); + "BackForwardCache", // always disabled + base::FEATURE_DISABLED_BY_DEFAULT); // in bromite // Allows pages that created a MediaSession service to stay eligible for the // back/forward cache. -- 2.25.1