Bug 1159814 - Change the Adobe CDM's homepage URL. r=gavin, a=dolske

This commit is contained in:
Justin Dolske 2015-04-29 15:57:00 +02:00
parent 1cf40e02f3
commit 1e37b7ed4d

View File

@ -60,7 +60,7 @@ const GMP_PLUGINS = [
return Services.urlFormatter.formatURLPref("app.support.baseURL") + "drm-content";
},
licenseURL: "http://help.adobe.com/en_US/primetime/drm/HTML5_CDM_EULA/index.html",
homepageURL: "https://www.adobe.com/marketing-cloud/primetime-tv-platform.html",
homepageURL: "http://help.adobe.com/en_US/primetime/drm/HTML5_CDM",
optionsURL: "chrome://mozapps/content/extensions/gmpPrefs.xul",
isEME: true
}];