18 lines
784 B
Diff
18 lines
784 B
Diff
From: uazo <uazo@users.noreply.github.com>
|
|
Date: Tue, 14 Feb 2023 16:29:12 +0000
|
|
Subject: Disable BackForwardCache
|
|
|
|
License: GPL-2.0-or-later - https://spdx.org/licenses/GPL-2.0-or-later.html
|
|
---
|
|
.../common/content_features_cc/Disable-BackForwardCache.inc | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
create mode 100644 cromite_flags/content/public/common/content_features_cc/Disable-BackForwardCache.inc
|
|
|
|
diff --git a/cromite_flags/content/public/common/content_features_cc/Disable-BackForwardCache.inc b/cromite_flags/content/public/common/content_features_cc/Disable-BackForwardCache.inc
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/cromite_flags/content/public/common/content_features_cc/Disable-BackForwardCache.inc
|
|
@@ -0,0 +1 @@
|
|
+SET_CROMITE_FEATURE_DISABLED(kBackForwardCache);
|
|
--
|