Update browser links to HTTPS (#5788)
* Update recommended browser links to https * Update browser URLs to https
This commit is contained in:
parent
f2df5906f6
commit
ac117cd50d
|
@ -5,14 +5,14 @@
|
|||
*
|
||||
* @type {string}
|
||||
*/
|
||||
export const CHROME = 'http://google.com/chrome';
|
||||
export const CHROME = 'https://www.google.com/chrome/';
|
||||
|
||||
/**
|
||||
* The URL at which Chromium is available for download.
|
||||
*
|
||||
* @type {string}
|
||||
*/
|
||||
export const CHROMIUM = 'http://www.chromium.org/';
|
||||
export const CHROMIUM = 'https://www.chromium.org/';
|
||||
|
||||
/**
|
||||
* The URL at which Microsoft Edge is available for download.
|
||||
|
@ -27,7 +27,7 @@ export const EDGE
|
|||
*
|
||||
* @type {string}
|
||||
*/
|
||||
export const FIREFOX = 'http://www.getfirefox.com/';
|
||||
export const FIREFOX = 'https://www.getfirefox.com/';
|
||||
|
||||
/**
|
||||
* The URL at which Safari is available for download.
|
||||
|
|
|
@ -13,10 +13,10 @@
|
|||
We recommend to try with the latest version of
|
||||
<a
|
||||
className = 'unsupported-desktop-browser__link'
|
||||
href = 'http://google.com/chrome' >Chrome</a> or
|
||||
href = 'https://www.google.com/chrome/' >Chrome</a> or
|
||||
<a
|
||||
class = 'unsupported-desktop-browser__link'
|
||||
href = 'http://www.chromium.org/'>Chromium</a>
|
||||
href = 'https://www.chromium.org/'>Chromium</a>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue