From d7cd593b59ed3b8254753e3f8711b8fe58475d88 Mon Sep 17 00:00:00 2001 From: BeatLink Date: Mon, 24 Jun 2019 17:41:05 -0500 Subject: [PATCH] Disable telemetry, addon singing and DRM --- browser/resources/source_files/mozconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/browser/resources/source_files/mozconfig b/browser/resources/source_files/mozconfig index de55258..446caba 100644 --- a/browser/resources/source_files/mozconfig +++ b/browser/resources/source_files/mozconfig @@ -10,3 +10,17 @@ ac_add_options --with-distribution-id=io.github.librewolf # enables ALSA ac_add_options --enable-alsa + + +MOZ_CRASHREPORTER=0 +MOZ_DATA_REPORTING=0 +MOZ_SERVICES_HEALTHREPORT=0 +MOZ_TELEMETRY_REPORTING=0 + +MOZ_REQUIRE_SIGNING=0 + + +MOZ_ADOBE_EME=0 + + +