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:
Nils Ohlmeier [:drno] 2019-03-06 19:15:59 +00:00
parent da69b873de
commit e69a274510
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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,