[tor-commits] [tor-browser/tor-browser-78.3.0esr-10.5-1] squash! TB4: Tor Browser's Firefox preference overrides.

gk at torproject.org gk at torproject.org
Fri Oct 9 12:37:07 UTC 2020


commit e2616e0337ff24c9e18d2e15c3e9d1b56422f2f5
Author: Georg Koppen <gk at torproject.org>
Date:   Fri Oct 9 07:19:56 2020 +0000

    squash! TB4: Tor Browser's Firefox preference overrides.
    
    Bug 40140: Videos stop working with Tor Browser 10.0 on Windows
---
 browser/app/profile/000-tor-browser.js | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 278c368c823c..a1f96251259e 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -348,6 +348,13 @@ 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 tor-commits mailing list