diff --git a/index.html b/index.html
index 4cee5bd6..3f02a5e3 100644
--- a/index.html
+++ b/index.html
@@ -1019,6 +1019,17 @@
Disables geolocation.
+ media.eme.enabled = false
+
+ - Disables playback of DRM-controlled HTML5 content, which, if enabled, automatically downloads the Widevine Content Decryption Module provided by Google Inc. Details
+ - DRM-controlled content that requires the Adobe Flash or Microsoft Silverlight NPAPI plugins will still play, if installed and enabled in Firefox.
+
+
+ media.gmp-widevinecdm.enabled = false
+
+ - Disables the Widevine Content Decryption Module provided by Google Inc., used for the playback of DRM-controlled HTML5 content. Details
+
+
media.navigator.enabled = false
- Websites can track the microphone and camera status of your device.
@@ -1072,7 +1083,7 @@
- browser.sessionstore.privacy_level = 2
- - This preference controls when to store extra information about a session: contents of forms, scrollbar positions, cookies, and POST data. more information
+ - This preference controls when to store extra information about a session: contents of forms, scrollbar positions, cookies, and POST data. Details
- 0 = Store extra session data for any site. (Default starting with Firefox 4.)
- 1 = Store extra session data for unencrypted (non-HTTPS) sites only. (Default before Firefox 4.)
- 2 = Never store extra session data.