23 lines
780 B
Diff
23 lines
780 B
Diff
From: uazo <uazo@users.noreply.github.com>
|
|
Date: Mon, 17 Jul 2023 15:24:54 +0000
|
|
Subject: Lock Profile Cookie Database
|
|
|
|
---
|
|
chrome/browser/browser_features.cc | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/chrome/browser/browser_features.cc b/chrome/browser/browser_features.cc
|
|
--- a/chrome/browser/browser_features.cc
|
|
+++ b/chrome/browser/browser_features.cc
|
|
@@ -201,7 +201,7 @@ BASE_FEATURE(kAppBoundEncryptionMetrics,
|
|
// TODO(crbug.com/1430226): Remove after fully launched.
|
|
BASE_FEATURE(kLockProfileCookieDatabase,
|
|
"LockProfileCookieDatabase",
|
|
- base::FEATURE_DISABLED_BY_DEFAULT);
|
|
+ base::FEATURE_ENABLED_BY_DEFAULT);
|
|
#endif
|
|
|
|
// Enables showing the email of the flex org admin that setup CBCM in the
|
|
--
|
|
2.25.1
|