forked from mirrors/gecko-dev
Bug 1899182 - flip the pref 'media.eme.encrypted-media-encryption-scheme.enabled' to true. r=media-playback-reviewers,padenot
Differential Revision: https://phabricator.services.mozilla.com/D211785
This commit is contained in:
parent
39897867ef
commit
eb716bdfb4
3 changed files with 2 additions and 6 deletions
|
|
@ -9952,14 +9952,14 @@
|
||||||
mirror: always
|
mirror: always
|
||||||
|
|
||||||
# Whether we expose the functionality proposed in
|
# Whether we expose the functionality proposed in
|
||||||
# https://github.com/WICG/encrypted-media-encryption-scheme/blob/master/explainer.md
|
# https://w3c.github.io/encrypted-media/#ref-for-dom-mediakeysystemmediacapability-encryptionscheme-2
|
||||||
# I.e. if true, apps calling navigator.requestMediaKeySystemAccess() can pass
|
# I.e. if true, apps calling navigator.requestMediaKeySystemAccess() can pass
|
||||||
# an optional encryption scheme as part of MediaKeySystemMediaCapability
|
# an optional encryption scheme as part of MediaKeySystemMediaCapability
|
||||||
# objects. If a scheme is present when we check for support, we must ensure we
|
# objects. If a scheme is present when we check for support, we must ensure we
|
||||||
# support that scheme in order to provide key system access.
|
# support that scheme in order to provide key system access.
|
||||||
- name: media.eme.encrypted-media-encryption-scheme.enabled
|
- name: media.eme.encrypted-media-encryption-scheme.enabled
|
||||||
type: bool
|
type: bool
|
||||||
value: false
|
value: true
|
||||||
mirror: always
|
mirror: always
|
||||||
|
|
||||||
# Do we need explicit approval from the application to allow access to EME?
|
# Do we need explicit approval from the application to allow access to EME?
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
[clearkey-check-encryption-scheme.https.html]
|
|
||||||
prefs: [media.eme.encrypted-media-encryption-scheme.enabled:true]
|
|
||||||
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
[drm-check-encryption-scheme.https.html]
|
[drm-check-encryption-scheme.https.html]
|
||||||
prefs: [media.eme.encrypted-media-encryption-scheme.enabled:true]
|
|
||||||
expected:
|
expected:
|
||||||
if (os == "android") and fission: [OK, TIMEOUT]
|
if (os == "android") and fission: [OK, TIMEOUT]
|
||||||
if (os == "android") and not fission: OK
|
if (os == "android") and not fission: OK
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue