Keep disabled cache sharing for pervasive scripts: keeps disabled the new feature that allows bypassing the cache partition for specific urls.

This commit is contained in:
Carmelo Messina
2025-06-28 17:22:28 +02:00
parent 93ec04bb54
commit d14dffc01c
2 changed files with 21 additions and 0 deletions
+1
View File
@@ -302,6 +302,7 @@ Android-Import-Passwords.patch
Disable-prefers-reduced-motion.patch
Disable-css-preferred-text-scale.patch
Disable-Viewport-Segments.patch
Keep-disabled-cache-sharing-for-pervasive-scripts.patch
# temporary or wip patches
Temp-PerformanceNavigationTiming-privacy-fix.patch
@@ -0,0 +1,20 @@
From: uazo <uazo@users.noreply.github.com>
Date: Sat, 28 Jun 2025 08:17:35 +0000
Subject: Keep disabled cache sharing for pervasive scripts
Keeps disabled the new feature that allows bypassing the cache partition for specific urls.
License: GPL-2.0-or-later - https://spdx.org/licenses/GPL-2.0-or-later.html
---
.../features_cc/Disable-Cache-Sharing-For-PervasiveScripts.inc | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 cromite_flags/services/network/public/cpp/features_cc/Disable-Cache-Sharing-For-PervasiveScripts.inc
diff --git a/cromite_flags/services/network/public/cpp/features_cc/Disable-Cache-Sharing-For-PervasiveScripts.inc b/cromite_flags/services/network/public/cpp/features_cc/Disable-Cache-Sharing-For-PervasiveScripts.inc
new file mode 100644
--- /dev/null
+++ b/cromite_flags/services/network/public/cpp/features_cc/Disable-Cache-Sharing-For-PervasiveScripts.inc
@@ -0,0 +1,2 @@
+SET_CROMITE_FEATURE_DISABLED(kCacheSharingForPervasiveScripts);
+
--