aboutsummaryrefslogtreecommitdiff
path: root/docs/DRM.md
blob: 660033c1c097dd8ff8d08f9efa9e6f7b29b12a8a (plain)
1
2
3
4
5
6
7
8
9
10
11
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