aboutsummaryrefslogtreecommitdiff
path: root/docs/DRM.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/DRM.md')
-rw-r--r--docs/DRM.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/DRM.md b/docs/DRM.md
deleted file mode 100644
index 660033c..0000000
--- a/docs/DRM.md
+++ /dev/null
@@ -1,12 +0,0 @@
-## DRM Compatibility
-
-Digital rights management (DRM) is enforced off by default (this is needed for Netflix and similar); you can enable it with the following instructions:
-
-- Open `librewolf.cfg`
-- Under the section `Section: User Settings`
-- Comment the active lines with `// ` under the subsection `User Settings: DRM/CDM - Main`
-- Comment the active lines with `// ` under the subsection `User Settings: DRM/CDM - Widevine`
-- Restart Firefox then open `about:preferences` and enable `Play DRM...` under general section
-- Firefox will download Widevine and enable it (under `about:addons` plugins section) you can force the download by clicking `Check for updates` under the tools button
-
-
bgstack15