From 6aaf2aa129aad675b12e42befe7e93cc94499370 Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Mon, 17 Apr 2023 17:26:20 +0200 Subject: [PATCH] Enable kSplitAuthCacheByNetworkIsolationKey --- .../Enable-network-isolation-features.patch | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/build/patches/Enable-network-isolation-features.patch b/build/patches/Enable-network-isolation-features.patch index cd438d2f..dc051f73 100644 --- a/build/patches/Enable-network-isolation-features.patch +++ b/build/patches/Enable-network-isolation-features.patch @@ -9,8 +9,9 @@ PartitionNelAndReportingByNetworkIsolationKey License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html --- - net/base/features.cc | 42 +++++++++++++++++++++--------------------- - 1 file changed, 21 insertions(+), 21 deletions(-) + net/base/features.cc | 42 ++++++++++++------------- + services/network/public/cpp/features.cc | 2 +- + 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/net/base/features.cc b/net/base/features.cc --- a/net/base/features.cc @@ -70,5 +71,17 @@ diff --git a/net/base/features.cc b/net/base/features.cc BASE_FEATURE(kTLS13KeyUpdate, "TLS13KeyUpdate", +diff --git a/services/network/public/cpp/features.cc b/services/network/public/cpp/features.cc +--- a/services/network/public/cpp/features.cc ++++ b/services/network/public/cpp/features.cc +@@ -95,7 +95,7 @@ BASE_FEATURE(kCoopRestrictProperties, + // HttpAuthCache. + BASE_FEATURE(kSplitAuthCacheByNetworkIsolationKey, + "SplitAuthCacheByNetworkIsolationKey", +- base::FEATURE_DISABLED_BY_DEFAULT); ++ base::FEATURE_ENABLED_BY_DEFAULT); + + // Enable usage of hardcoded DoH upgrade mapping for use in automatic mode. + BASE_FEATURE(kDnsOverHttpsUpgrade, -- 2.25.1