[tor-commits] [tor-browser/tor-browser-60.1.0esr-8.0-1] fixup! TB4: Tor Browser's Firefox preference overrides.

gk at torproject.org gk at torproject.org
Wed Jul 25 20:08:51 UTC 2018


commit 83eaa0098095411758e3042ffccedbc120c391f9
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Tue Jul 24 12:11:09 2018 -0400

    fixup! TB4: Tor Browser's Firefox preference overrides.
    
    As part of the fix for #9145, we no longer need to set these preferences
    to disable hardware acceleration.
---
 browser/app/profile/000-tor-browser.js | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 49f5909b9d5d..1ab4dd39a13c 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -317,11 +317,6 @@ pref("browser.search.geoSpecificDefaults", false);
 pref("browser.search.order.extra.1", "DuckDuckGo");
 pref("browser.search.order.extra.2", "YouTube");
 
-// Hacks/workarounds: Direct2D seems to crash w/ lots of video cards w/ MinGW?
-// Nvida cards also experience crashes without the second pref set to disabled
-pref("gfx.direct2d.disabled", true);
-pref("layers.acceleration.disabled", true);
-
 // Audio_data is deprecated in future releases, but still present
 // in FF24. This is a dangerous combination (spotted by iSec)
 pref("media.audio_data.enabled", false);



More information about the tor-commits mailing list