[tbb-commits] [tor-browser/tor-browser-45.0.2esr-6.x-1] fixup! TB4: Tor Browser's Firefox preference overrides.
gk at torproject.org
gk at torproject.org
Tue Apr 19 13:33:20 UTC 2016
commit be482a800166d85c2f52d39f34c1d620abc07c87
Author: Georg Koppen <gk at torproject.org>
Date: Tue Apr 19 13:31:25 2016 +0000
fixup! TB4: Tor Browser's Firefox preference overrides.
We disable Selfsupport and Unified Telemetry (and set another
datareporting URL to "data:text/plain,"). This is bug 18738.
---
browser/app/profile/000-tor-browser.js | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 6ec7c26..3b859bc 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -72,6 +72,10 @@ pref("datareporting.policy.dataSubmissionEnabled", false);
// Don't fetch a localized remote page that Tor Browser interacts with, see
// #16727. And, yes, it is "reportUrl" and not "reportURL".
pref("datareporting.healthreport.about.reportUrl", "data:text/plain,");
+// Make sure Selfsupport and Unified Telemetry are really disabled, see: #18738.
+pref("datareporting.healthreport.about.reportUrlUnified", "data:text/plain,");
+pref("browser.selfsupport.enabled", false);
+pref("toolkit.telemetry.unified", false);
pref("security.mixed_content.block_active_content", false); // Disable until https://bugzilla.mozilla.org/show_bug.cgi?id=878890 is patched
pref("browser.syncPromoViewsLeftMap", "{\"addons\":0, \"passwords\":0, \"bookmarks\":0}"); // Don't promote sync
pref("services.sync.engine.prefs", false); // Never sync prefs, addons, or tabs with other browsers
More information about the tbb-commits
mailing list