[tor-commits] [tor-browser/tor-browser-38.2.0esr-5.0-1] fixup! TB4: Tor Browser's Firefox preference overrides.

gk at torproject.org gk at torproject.org
Thu Aug 20 10:04:42 UTC 2015


commit b21e9d1f4c199e425700083ef528209b5406dbf1
Author: Georg Koppen <gk at torproject.org>
Date:   Tue Aug 11 13:00:05 2015 +0000

    fixup! TB4: Tor Browser's Firefox preference overrides.
    
    This fixes bug 16727: a localized remote page got loaded to handle
    the health report related transmissions and settings.
---
 browser/app/profile/000-tor-browser.js |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 6bc98d0..20e2f3a 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -55,6 +55,9 @@ pref("extensions.ui.lastCategory", "addons://list/extension");
 pref("datareporting.healthreport.service.enabled", false); // Yes, all three of these must be set
 pref("datareporting.healthreport.uploadEnabled", false);
 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,");
 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 tor-commits mailing list