Closed
Bug 1906086
Opened 1 year ago
Closed 1 year ago
CDM initialisation still fails with USER_RESTRICTED access token level on content process in some cases
Categories
(Core :: Security: Process Sandboxing, enhancement, P1)
Tracking
()
RESOLVED
FIXED
130 Branch
| Tracking | Status | |
|---|---|---|
| firefox130 | --- | fixed |
People
(Reporter: bobowen, Assigned: bobowen)
References
Details
Attachments
(1 file)
Enabling USER_RESTRICTED on content process caused widevine DRM to fail for Amazon Prime, Netflix, Disney etc.
We still have uses of WMFDecoderModule::CanCreateMFTDecoder which are being hit in content process.
| Assignee | ||
Comment 1•1 year ago
|
||
This is required because with a USER_RESTRICTED access token level for the
content sandbox, we can no longer use WMF directly.
| Assignee | ||
Comment 2•1 year ago
|
||
Pushed by bobowencode@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/f40791008b30
PDMFactory for decoder detection in GMPParent and MediaKeySystemAccess. r=alwu
Comment 4•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•