Use content signature instead of cert pinning in the absence of the controlling pref
Categories
(Core :: Audio/Video: GMP, task, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox102 | --- | fixed |
People
(Reporter: bryce, Assigned: bryce)
References
Details
Attachments
(1 file)
We currently use content signature checks if the media.gmp-manager.checkContentSignature pref is set to true, otherwise, if it's missing or false, we'll use cert pinning. Following bug 1760527 we should have that pref set everywhere. However we're seeing some telemetry that is showing cert pinning still being used in cases where we wouldn't expect.
While we investigate, I think it makes sense to also use content signature even if the pref isn't set. At the least it can't hurt.
| Assignee | ||
Comment 1•4 years ago
|
||
Currently if the pref for using content sig checks with GMP updates is missing
we will use cert pinning. I.e. the default behaviour in the absence of a pref
value is cert pinning. This changes that so that we use content sig by default.
This is done as we're moving to content signatures as default behaviour, so it
makes sense to have it be the default if the pref is missing.
Comment 3•4 years ago
|
||
| bugherder | ||
Description
•