mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Revert "Issue #1259 - Adjust Widewine strings after removing Adobe Primetime support"
This reverts commit e50e93cd7f.
This commit is contained in:
parent
91821d6b92
commit
37e153f594
2 changed files with 5 additions and 4 deletions
|
|
@ -31,5 +31,4 @@ openH264_description2=This plugin is automatically installed by Mozilla to compl
|
||||||
eme-adobe_name=Primetime Content Decryption Module provided by Adobe Systems, Incorporated
|
eme-adobe_name=Primetime Content Decryption Module provided by Adobe Systems, Incorporated
|
||||||
eme-adobe_description=Play back protected web video.
|
eme-adobe_description=Play back protected web video.
|
||||||
|
|
||||||
widevine_name=Widevine Content Decryption Module provided by Google Inc.
|
widevine_description=Widevine Content Decryption Module provided by Google Inc.
|
||||||
widevine_description2=Play back protected web video.
|
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,7 @@ const GMP_PLUGINS = [
|
||||||
homepageURL: "http://www.openh264.org/",
|
homepageURL: "http://www.openh264.org/",
|
||||||
optionsURL: "chrome://mozapps/content/extensions/gmpPrefs.xul"
|
optionsURL: "chrome://mozapps/content/extensions/gmpPrefs.xul"
|
||||||
},
|
},
|
||||||
|
/*
|
||||||
{
|
{
|
||||||
id: EME_ADOBE_ID,
|
id: EME_ADOBE_ID,
|
||||||
name: "eme-adobe_name",
|
name: "eme-adobe_name",
|
||||||
|
|
@ -58,11 +59,12 @@ const GMP_PLUGINS = [
|
||||||
optionsURL: "chrome://mozapps/content/extensions/gmpPrefs.xul",
|
optionsURL: "chrome://mozapps/content/extensions/gmpPrefs.xul",
|
||||||
isEME: true
|
isEME: true
|
||||||
},
|
},
|
||||||
|
*/
|
||||||
{
|
{
|
||||||
id: WIDEVINE_ID,
|
id: WIDEVINE_ID,
|
||||||
name: "widevine_name",
|
name: "widevine_description",
|
||||||
// Describe the purpose of both CDMs in the same way.
|
// Describe the purpose of both CDMs in the same way.
|
||||||
description: "widevine_description2",
|
description: "eme-adobe_description",
|
||||||
licenseURL: "https://www.google.com/policies/privacy/",
|
licenseURL: "https://www.google.com/policies/privacy/",
|
||||||
homepageURL: "https://www.widevine.com/",
|
homepageURL: "https://www.widevine.com/",
|
||||||
optionsURL: "chrome://mozapps/content/extensions/gmpPrefs.xul",
|
optionsURL: "chrome://mozapps/content/extensions/gmpPrefs.xul",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue