1800s remove: gmp/cdm update prefs, see #709

This commit is contained in:
Thorin-Oakenpants 2019-04-30 08:25:06 +00:00 committed by GitHub
parent c3a74a7c6e
commit 11f40f8a84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -954,11 +954,9 @@ user_pref("plugin.state.flash", 0);
/* 1820: disable all GMP (Gecko Media Plugins) [SETUP-WEB]
* [1] https://wiki.mozilla.org/GeckoMediaPlugins ***/
user_pref("media.gmp-provider.enabled", false);
// user_pref("media.gmp-manager.updateEnabled", false); // [HIDDEN PREF]
/* 1825: disable widevine CDM (Content Decryption Module) [SETUP-WEB] ***/
user_pref("media.gmp-widevinecdm.visible", false);
user_pref("media.gmp-widevinecdm.enabled", false);
// user_pref("media.gmp-widevinecdm.autoupdate", false);
/* 1830: disable all DRM content (EME: Encryption Media Extension) [SETUP-WEB]
* [SETTING] General>DRM Content>Play DRM-controlled content
* [1] https://www.eff.org/deeplinks/2017/10/drms-dead-canary-how-we-just-lost-web-what-we-learned-it-and-what-we-need-do-next ***/