From 9e251af4a778285d36a0262da1c7faf3092c60d3 Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Tue, 10 Sep 2024 19:08:42 +0200 Subject: [PATCH] Refactor mozconfig to disable data reporting, services health report, and telemetry reporting --- configs/common/mozconfig | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/configs/common/mozconfig b/configs/common/mozconfig index ac0c9ad15..267fd6b2d 100644 --- a/configs/common/mozconfig +++ b/configs/common/mozconfig @@ -90,12 +90,11 @@ ac_add_options --enable-jxl ac_add_options --enable-av1 ac_add_options --enable-eme=widevine -ac_add_options --allow-addon-sideload ac_add_options --with-unsigned-addon-scopes=app,system -mk_add_options MOZ_DATA_REPORTING=0 -mk_add_options MOZ_SERVICES_HEALTHREPORT=0 -mk_add_options MOZ_TELEMETRY_REPORTING=0 +mk_add_options MOZ_DATA_REPORTING= +mk_add_options MOZ_SERVICES_HEALTHREPORT= +mk_add_options MOZ_TELEMETRY_REPORTING= # Allow loading unsigned extensions export MOZ_REQUIRE_SIGNING=