[tor-commits] [torbirdy/master] Disable fetching site icons (#22944)

sukhbir at torproject.org sukhbir at torproject.org
Mon Mar 26 19:31:58 UTC 2018


commit e8423363959d76dcc6e3579b517611bd9fce018c
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Mon Mar 26 15:31:33 2018 -0400

    Disable fetching site icons (#22944)
---
 components/torbirdy.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/torbirdy.js b/components/torbirdy.js
index 430c15f..bfe2427 100644
--- a/components/torbirdy.js
+++ b/components/torbirdy.js
@@ -214,6 +214,8 @@ var TorBirdyPrefs = {
   "browser.cache.memory.enable": false,
   "browser.cache.offline.enable": false,
   "browser.formfill.enable": false,
+  // https://bugs.torproject.org/22944
+  "browser.chrome.site_icons": false,
   "signon.autofillForms": false,
 
   // https://bugs.torproject.org/10367



More information about the tor-commits mailing list