aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/DRM.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/DRM.md b/docs/DRM.md
new file mode 100644
index 0000000..660033c
--- /dev/null
+++ b/docs/DRM.md
@@ -0,0 +1,12 @@
+## 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