summarylogtreecommitdiffstats
path: root/firefox-52-disable-telemetry.patch
diff options
context:
space:
mode:
Diffstat (limited to 'firefox-52-disable-telemetry.patch')
-rw-r--r--firefox-52-disable-telemetry.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/firefox-52-disable-telemetry.patch b/firefox-52-disable-telemetry.patch
new file mode 100644
index 000000000000..76b518f3a27b
--- /dev/null
+++ b/firefox-52-disable-telemetry.patch
@@ -0,0 +1,12 @@
+--- firefox-52.0esr.bak/browser/confvars.sh 2017-03-09 09:11:36.643104656 +0100
++++ firefox-52.0esr/browser/confvars.sh 2017-03-09 11:13:13.798231732 +0100
+@@ -62,3 +62,9 @@
+
+ # Include the DevTools client, not just the server (which is the default)
+ MOZ_DEVTOOLS=all
++
++# Reduce data sharing with Mozilla
++MOZ_DATA_REPORTING=0
++MOZ_TELEMETRY_REPORTING=0
++MOZ_CRASHREPORTER=0
++MOZ_SERVICES_HEALTHREPORT=0