user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit fa5125123532c0f517d9f774aa00075a961568fb
parent 21fcd0bd358f41ef35b33c8d26785605d054a780
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Mon,  1 Feb 2021 17:17:16 +0000

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
Diffstat:
Muser.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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