diff options
author | BeatLink <beatlink@protonmail.com> | 2019-06-24 17:41:05 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-06-24 17:41:05 -0500 |
commit | d7cd593b59ed3b8254753e3f8711b8fe58475d88 (patch) | |
tree | 64025bafc29ad2a4e9bf3bda82dcf84ccaeabd12 /browser | |
parent | Compile without pocket (diff) | |
download | librewolf-linux-d7cd593b59ed3b8254753e3f8711b8fe58475d88.tar.gz librewolf-linux-d7cd593b59ed3b8254753e3f8711b8fe58475d88.tar.bz2 librewolf-linux-d7cd593b59ed3b8254753e3f8711b8fe58475d88.zip |
Disable telemetry, addon singing and DRM
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 + + + |