diff options
Diffstat (limited to 'browser')
-rw-r--r-- | browser/resources/source_files/mozconfig | 14 |
1 files changed, 14 insertions, 0 deletions
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 + + + |