23 lines
956 B
Diff
23 lines
956 B
Diff
From: Daniel Micay <danielmicay@gmail.com>
|
|
Date: Tue, 1 Dec 2020 00:56:57 -0500
|
|
Subject: disable autofill server communication by default
|
|
|
|
---
|
|
components/autofill/core/common/autofill_features.cc | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/components/autofill/core/common/autofill_features.cc b/components/autofill/core/common/autofill_features.cc
|
|
--- a/components/autofill/core/common/autofill_features.cc
|
|
+++ b/components/autofill/core/common/autofill_features.cc
|
|
@@ -229,7 +229,7 @@ const base::Feature kAutofillSectionUponRedundantNameInfo{
|
|
// "upload" resources.
|
|
// i.e., https://other.autofill.server:port/tbproxy/af/
|
|
const base::Feature kAutofillServerCommunication{
|
|
- "AutofillServerCommunication", base::FEATURE_ENABLED_BY_DEFAULT};
|
|
+ "AutofillServerCommunication", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
|
// Controls attaching the autofill type predictions to their respective
|
|
// element in the DOM.
|
|
--
|
|
2.17.1
|
|
|