Bug 1404230 - Part1 - Add media.eme.hdcp-policy-check.enabled for flexibility turning on/off this feature. draft
authorJames Cheng <jacheng@mozilla.com>
Mon, 02 Oct 2017 17:37:37 +0800
changeset 697620 7ca29fc377b6c5771a19d5ee059fabb391fdb6d9
parent 697453 e1d7427787f7a26983c92ea1a1ac99eb863edd6c
child 697621 7721cffcf2467f30e67873c31129f1e7b8675199
push id89051
push userbmo:jacheng@mozilla.com
push dateTue, 14 Nov 2017 09:15:47 +0000
bugs1404230
milestone59.0a1
Bug 1404230 - Part1 - Add media.eme.hdcp-policy-check.enabled for flexibility turning on/off this feature. MozReview-Commit-ID: InPVxCFPaan
browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -1459,16 +1459,18 @@ pref("media.eme.enabled", true);
 #endif
 
 #ifdef NIGHTLY_BUILD
 pref("media.eme.vp9-in-mp4.enabled", true);
 #else
 pref("media.eme.vp9-in-mp4.enabled", false);
 #endif
 
+pref("media.eme.hdcp-policy-check.enabled", false);
+
 // Whether we should run a test-pattern through EME GMPs before assuming they'll
 // decode H.264.
 pref("media.gmp.trial-create.enabled", true);
 
 // Note: when media.gmp-*.visible is true, provided we're running on a
 // supported platform/OS version, the corresponding CDM appears in the
 // plugins list, Firefox will download the GMP/CDM if enabled, and our
 // UI to re-enable EME prompts the user to re-enable EME if it's disabled