From 7066c0363bb62b0ef0195b303aa581e06a12a976 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 1 Dec 2020 00:56:57 -0500 Subject: [PATCH 4/6] 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 index a6708437391b9..b730c6697c015 100644 --- a/components/autofill/core/common/autofill_features.cc +++ b/components/autofill/core/common/autofill_features.cc @@ -384,7 +384,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 whether Autofill may fill across origins as part of the // AutofillAcrossIframes experiment. -- 2.25.1