Add about:config rules for preventing Firefox from downloading and enabling the Widevine CDM by Google

This commit is contained in:
Gabor Luk 2018-08-20 13:11:16 +02:00
parent 7c2131e124
commit 509bb40956

View File

@ -1019,6 +1019,17 @@
<li>Disables geolocation.</li>
</ul>
<li>media.eme.enabled = false</li>
<ul>
<li>Disables playback of DRM-controlled HTML5 content, which, if enabled, automatically downloads the Widevine Content Decryption Module provided by Google Inc. <a href="https://support.mozilla.org/en-US/kb/enable-drm#w_opt-out-of-cdm-playback-uninstall-cdms-and-stop-all-cdm-downloads">Details</a></li>
<li>DRM-controlled content that requires the Adobe Flash or Microsoft Silverlight NPAPI plugins will still play, if installed and enabled in Firefox.</li>
</ul>
<li>media.gmp-widevinecdm.enabled = false</li>
<ul>
<li>Disables the Widevine Content Decryption Module provided by Google Inc., used for the playback of DRM-controlled HTML5 content. <a href="https://support.mozilla.org/en-US/kb/enable-drm#w_disable-the-google-widevine-cdm-without-uninstalling">Details</a></li>
</ul>
<li>media.navigator.enabled = false</li>
<ul>
<li>Websites can track the microphone and camera status of your device.</li>