Commit 5d906f33 authored by Georg Koppen's avatar Georg Koppen
Browse files

Bug 15910: Disable GMPs for now

Until there are GMPs that can get built reproducible AND whose source
code is inspectable we disable the underlying install and update
mechanisms.

We can't use OpenH264 and Adobe's CDM in Tor Browser anyway
as the former is currently only used for WebRTC which we disable for
content and the latter is neither available for Linux nor OS X and does
not run on Windows as we can't compile the sandbox for it yet which is a
hard requirement.
parent e7afa099
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -139,6 +139,7 @@ pref("media.peerconnection.enabled", false); // Disable WebRTC interfaces
// clever solution for https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769716.
pref("media.gmp-provider.enabled", false);
pref("media.gmp-manager.url.override", "data:text/plain,");
<<<<<<< HEAD
// EME prefs: Strictly speaking these prefs don't need to be set as we are
// using the --disable-eme compile flag. However, in order to not confuse users,
// who might stumble upon them while looking into about:config, we set them to