firefox-patches/disable-telemetry.patch

16 lines
377 B
Diff
Raw Normal View History

2017-09-20 19:13:30 +02:00
--- a/browser/confvars.sh
+++ b/browser/confvars.sh
2017-11-20 20:14:25 +01:00
@@ -63,7 +63,11 @@
2017-09-20 19:13:30 +02:00
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