1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

Updated Optional Hardening (markdown)

yokoffing
2024-08-17 10:47:31 -04:00
parent 66e8c64daa
commit 974d5c9d8e
+2 -2
@@ -224,6 +224,8 @@ Privacy-conscious people often dislike Digital Rights Management (DRM) because i
> [!WARNING] > [!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. > 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 ```javascript
// PREF: disable all DRM content // PREF: disable all DRM content
user_pref("media.eme.enabled", false); user_pref("media.eme.enabled", false);
@@ -232,8 +234,6 @@ user_pref("media.eme.enabled", false);
user_pref("browser.eme.ui.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 ### default-browser-agent