diff --git a/Optional-Hardening.md b/Optional-Hardening.md index ef28785..c643de2 100644 --- a/Optional-Hardening.md +++ b/Optional-Hardening.md @@ -224,6 +224,8 @@ Privacy-conscious people often dislike Digital Rights Management (DRM) because i > [!WARNING] > Disabling DRM will prevent most popular streaming platforms from functioning properly. Spotify, Apple Music, Netflix, Amazon Prime, Hulu, HBO, Disney+, Showtime, Starz, DirectTV, and other streaming services will not work with DRM disabled. +You can confirm if DRM is disabled by going [here](https://bitmovin.com/demos/drm). + ```javascript // PREF: disable all DRM content user_pref("media.eme.enabled", false); @@ -232,8 +234,6 @@ user_pref("media.eme.enabled", false); user_pref("browser.eme.ui.enabled", false); ``` -You can confirm if DRM is disabled by going [here](https://bitmovin.com/demos/drm). - *** ### default-browser-agent