added option --disable-default-browser-agent to mozconfig

This commit is contained in:
Bert van der Weerd 2021-10-06 12:54:04 +02:00
parent 8cdf2cd8f2
commit cf9d5ae61b
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -712,6 +712,7 @@ export MOZ_REQUIRE_SIGNING=
# Features # Features
ac_add_options --disable-crashreporter ac_add_options --disable-crashreporter
ac_add_options --disable-updater ac_add_options --disable-updater
ac_add_options --disable-default-browser-agent
# Disables crash reporting, telemetry and other data gathering tools # Disables crash reporting, telemetry and other data gathering tools
mk_add_options MOZ_CRASHREPORTER=0 mk_add_options MOZ_CRASHREPORTER=0