Enable kSplitAuthCacheByNetworkIsolationKey
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user