Add about:config rules for preventing Firefox from downloading and enabling the Widevine CDM by Google #509
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Firefox automatically downloads and installs the Widevine Content Decryption Module provided by Google Inc. (the Widevine CDM for short).
There are two (apparently undocumented) about:config rules that deal with this plugin:
media.eme.enabled
andmedia.gmp-widevinecdm.enabled
.The recommended settings
media.eme.enabled = false
This is equivalent to unchecking the Play DRM-controlled content checkbox in the Options, and it will disable playback of DRM-controlled HTML5 content, which, if enabled, automatically downloads the Widevine CDM. This setting automatically uninstalls the Widevine CDM plugin. Setting
media.eme.enabled
totrue
again automatically reinstalls it.media.gmp-widevinecdm.enabled = false
This is equivalent to selecting Never Activate from the dropdown menu of the Widevine CDM plugin, and works whether the plugin is currently installed or not. If the plugin has been uninstalled by
media.eme.enabled = false
, andmedia.eme.enabled
is set totrue
again, this setting will prevent Firefox from automatically installing and activating the plugin untilmedia.gmp-widevinecdm.enabled
is also set totrue
explicitly.More information in Firefox Help
HTML Preview
http://htmlpreview.github.io/?https://github.com/gaborluk/privacytools.io/blob/master/index.html