
commit f7094ffb9dd9ac0af6add386fcfc04fc8e97fff6 Author: Kathy Brade <brade@pearlcrescent.com> Date: Tue Jul 14 14:29:49 2020 -0400 squash! TB4: Tor Browser's Firefox preference overrides. Bug 33855: Ensure that site-specific browser mode is disabled. --- browser/app/profile/000-tor-browser.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js index ea1ca074c893..b44b4d58f446 100644 --- a/browser/app/profile/000-tor-browser.js +++ b/browser/app/profile/000-tor-browser.js @@ -63,6 +63,8 @@ pref("browser.sessionstore.privacy_level", 2); // Use the in-memory media cache and increase its maximum size (#29120) pref("browser.privatebrowsing.forceMediaMemoryCache", true); pref("media.memory_cache_max_size", 16384); +// Disable site-specific browsing to avoid sharing site icons with the OS. +pref("browser.ssb.enabled", false); // Misc privacy: Remote pref("browser.send_pings", false);