From cf9d5ae61bcead58e9de6a649aa68adb0066d329 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 6 Oct 2021 12:54:04 +0200 Subject: [PATCH] added option --disable-default-browser-agent to mozconfig --- build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build.py b/build.py index b0a1bba..b387a05 100755 --- a/build.py +++ b/build.py @@ -712,6 +712,7 @@ export MOZ_REQUIRE_SIGNING= # Features ac_add_options --disable-crashreporter ac_add_options --disable-updater +ac_add_options --disable-default-browser-agent # Disables crash reporting, telemetry and other data gathering tools mk_add_options MOZ_CRASHREPORTER=0