From fa5125123532c0f517d9f774aa00075a961568fb Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Mon, 1 Feb 2021 17:17:16 +0000 Subject: [PATCH] remove widevine vis pref, see #1107 - It is controlled in both runtime and via user.js by the state of `media.eme.enabled`. Also, who cares about the vis of a ui option - note, there is no need to add this to the removed scratchpad list --- user.js | 1 - 1 file changed, 1 deletion(-) diff --git a/user.js b/user.js index 009636d..3767880 100644 --- a/user.js +++ b/user.js @@ -890,7 +890,6 @@ user_pref("plugin.state.flash", 0); // user_pref("media.gmp-provider.enabled", false); /* 1825: disable widevine CDM (Content Decryption Module) * [SETUP-WEB] if you *need* CDM, e.g. Netflix, Amazon Prime, Hulu, whatever ***/ -user_pref("media.gmp-widevinecdm.visible", false); user_pref("media.gmp-widevinecdm.enabled", false); /* 1830: disable all DRM content (EME: Encryption Media Extension) * [SETUP-WEB] if you *need* EME, e.g. Netflix, Amazon Prime, Hulu, whatever