firefox-patches/disable-telemetry.patch
2017-11-24 23:18:39 +01:00

16 lines
377 B
Diff

--- a/browser/confvars.sh
+++ b/browser/confvars.sh
@@ -63,7 +63,11 @@
MOZ_PROFILE_MIGRATOR=1
# Enable checking that add-ons are signed by the trusted root
-MOZ_ADDON_SIGNING=1
+MOZ_ADDON_SIGNING=0
# Include the DevTools client, not just the server (which is the default)
MOZ_DEVTOOLS=all
+
+MOZ_DATA_REPORTING=0
+MOZ_TELEMETRY_REPORTING=0
+MOZ_SERVICES_HEALTHREPORT=0