mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 1444116: use HTTPS (instead of HTTP) when referring to openh264.org r=dminor
Differential Revision: https://phabricator.services.mozilla.com/D22215 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
da69b873de
commit
e69a274510
@ -7,7 +7,7 @@ gmp_license_info=License information
|
||||
gmp_privacy_info=Privacy Information
|
||||
|
||||
openH264_name=OpenH264 Video Codec provided by Cisco Systems, Inc.
|
||||
openH264_description2=This plugin is automatically installed by Mozilla to comply with the WebRTC specification and to enable WebRTC calls with devices that require the H.264 video codec. Visit http://www.openh264.org/ to view the codec source code and learn more about the implementation.
|
||||
openH264_description2=This plugin is automatically installed by Mozilla to comply with the WebRTC specification and to enable WebRTC calls with devices that require the H.264 video codec. Visit https://www.openh264.org/ to view the codec source code and learn more about the implementation.
|
||||
|
||||
cdm_description2=This plugin enables playback of encrypted media in compliance with the Encrypted Media Extensions specification. Encrypted media is typically used by sites to protect against copying of premium media content. Visit https://www.w3.org/TR/encrypted-media/ for more information on Encrypted Media Extensions.
|
||||
|
||||
|
@ -48,7 +48,7 @@ const GMP_PLUGINS = [
|
||||
// license without having bug 624602 fixed yet, and intentionally ignores
|
||||
// localisation.
|
||||
licenseURL: "chrome://mozapps/content/extensions/OpenH264-license.txt",
|
||||
homepageURL: "http://www.openh264.org/",
|
||||
homepageURL: "https://www.openh264.org/",
|
||||
},
|
||||
{
|
||||
id: WIDEVINE_ID,
|
||||
|
Loading…
Reference in New Issue
Block a user