firefox-patches/disable-telemetry.patch

11 lines
245 B
Diff
Raw Normal View History

2017-09-20 19:13:30 +02:00
--- a/browser/confvars.sh
+++ b/browser/confvars.sh
2017-12-16 01:36:04 +01:00
@@ -67,3 +67,7 @@
2017-09-20 19:13:30 +02:00
# 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