user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit bc07ca94c09e35d1b7b4faefd68b5c8bab77677e
parent 728c962684db82b9dcace81aa6c1e4901caf65d2
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sun,  4 Apr 2021 12:37:17 +0000

1830: add [TEST]
Diffstat:
Muser.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -894,6 +894,7 @@ user_pref("plugin.state.flash", 0); /* 1830: disable all DRM content (EME: Encryption Media Extension) * [SETUP-WEB] e.g. Netflix, Amazon Prime, Hulu, HBO, Disney+, Showtime, Starz, DirectTV * [SETTING] General>DRM Content>Play DRM-controlled content + * [TEST] https://bitmovin.com/demos/drm * [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 ***/ user_pref("media.eme.enabled", false);