commit e8423363959d76dcc6e3579b517611bd9fce018c Author: Sukhbir Singh sukhbir@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,
tor-commits@lists.torproject.org