diff options
| author | Sukhbir Singh <sukhbir@torproject.org> | 2018-03-26 15:31:33 -0400 |
|---|---|---|
| committer | Sukhbir Singh <sukhbir@torproject.org> | 2018-03-26 15:31:33 -0400 |
| commit | e8423363959d76dcc6e3579b517611bd9fce018c (patch) | |
| tree | 1044b61033acfdc1e806f72872ccfc7c5aa969f4 | |
| parent | 06b100b8c151cb2ef6dc9c8f69c2af80030952ad (diff) | |
Disable fetching site icons (#22944)
| -rw-r--r-- | components/torbirdy.js | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
