commit 3ed5d9511e783deb86835803a6f40e7d5a182a12
Author: Mike Perry <mikeperry-...@torproject.org>
Date:   Wed Dec 11 20:13:25 2013 -0800

    fixup! Tor Browser's Firefox preference overrides.
    
    Bug #10367: Disable advertisements for Mozilla sync too.
---
 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 1d30d34..16928b3 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -44,6 +44,10 @@ pref("datareporting.healthreport.service.enabled", false); 
// Yes, all three of
 pref("datareporting.healthreport.uploadEnabled", false);
 pref("datareporting.policy.dataSubmissionEnabled", 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
+pref("services.sync.engine.addons", false);
+pref("services.sync.engine.tabs", false);
 
 // Fingerprinting
 pref("webgl.min_capability_mode", true);

_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to