Skip to content

Commit

Permalink
[components] Handle GeckoView EME permission requests.
Browse files Browse the repository at this point in the history
This allows Fenix to play EME content without having to toggle manually
`media.eme.require-app-approval=false` in `about:config`.

Closes mozilla-mobile/android-components#7121

X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7
X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d7
X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8
X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@ac788e1
  • Loading branch information
emilio authored and mergify[bot] committed Dec 7, 2020
1 parent cbca483 commit 73d1dd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _meta/mozilla-mobile-firefox-android.json
@@ -1,6 +1,6 @@
{
"name": "mozilla-mobile/firefox-android",
"revs": {
"ac-prep": "89348a0424609ba7efcaaf83ad15cecd83dc504a"
"ac-prep": "ac788e1caf34b2bae236d33221e53d9e9de77ce9"
}
}
Expand Up @@ -33,4 +33,6 @@
<string name="mozac_feature_sitepermissions_never_allow">Never</string>
<!-- Title of a dialog to require to save data in persistent storage. %1$s will be replaced with the URL of the current page -->
<string name="mozac_feature_sitepermissions_persistent_storage_title">Allow %1$s to store data in persistent storage?</string>
<!-- Title of a dialog to use EME. %1$s will be replaced with the URL of the current page -->
<string name="mozac_feature_sitepermissions_media_key_system_access_title">Allow %1$s to play DRM-controlled content?</string>
</resources>

0 comments on commit 73d1dd6

Please sign in to comment.