firefox-patches/disable-telemetry.patch
2017-12-16 01:36:04 +01:00

11 lines
245 B
Diff

--- a/browser/confvars.sh
+++ b/browser/confvars.sh
@@ -67,3 +67,7 @@
# 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