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

gk at torproject.org gk at torproject.org
Mon Dec 20 14:09:04 UTC 2021


commit 990ee0330a065f0cf7d8401a246321c2a4774321
Author: Richard Pospesel <richard at torproject.org>
Date:   Mon Dec 20 13:45:23 2021 +0100

    fixup! TB4: Tor Browser's Firefox preference overrides.
    
    Closes: tor-browser#40753.
---
 browser/app/profile/000-tor-browser.js | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 331baa9a6596..e42b9efc1b79 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -361,13 +361,6 @@ pref("browser.urlbar.update1.searchTips", false);
 // is only reported via telemetry (which is disabled).
 pref("corroborator.enabled", false);
 
-// Having the RDD Opus option enabled on Windows breaks videos for us.
-// See: https://bugzilla.mozilla.org/show_bug.cgi?id=1667360 and
-// tor-browser#40140.
-#ifdef XP_WIN
-pref("media.rdd-opus.enabled", false);
-#endif
-
 // Onboarding.
 pref("browser.onboarding.tourset-version", 5);
 pref("browser.onboarding.newtour", "welcome,privacy,tor-network-9.0,circuit-display,security,expect-differences,onion-services,learn-more");



More information about the tbb-commits mailing list