Browse Source

Update browser links to HTTPS (#5788)

* Update recommended browser links to https

* Update browser URLs to https
master
Hanno Böck 4 years ago
parent
commit
ac117cd50d
No account linked to committer's email address

+ 3
- 3
react/features/unsupported-browser/components/browserLinks.js View File

5
  *
5
  *
6
  * @type {string}
6
  * @type {string}
7
  */
7
  */
8
-export const CHROME = 'http://google.com/chrome';
8
+export const CHROME = 'https://www.google.com/chrome/';
9
 
9
 
10
 /**
10
 /**
11
  * The URL at which Chromium is available for download.
11
  * The URL at which Chromium is available for download.
12
  *
12
  *
13
  * @type {string}
13
  * @type {string}
14
  */
14
  */
15
-export const CHROMIUM = 'http://www.chromium.org/';
15
+export const CHROMIUM = 'https://www.chromium.org/';
16
 
16
 
17
 /**
17
 /**
18
  * The URL at which Microsoft Edge is available for download.
18
  * The URL at which Microsoft Edge is available for download.
27
  *
27
  *
28
  * @type {string}
28
  * @type {string}
29
  */
29
  */
30
-export const FIREFOX = 'http://www.getfirefox.com/';
30
+export const FIREFOX = 'https://www.getfirefox.com/';
31
 
31
 
32
 /**
32
 /**
33
  * The URL at which Safari is available for download.
33
  * The URL at which Safari is available for download.

+ 2
- 2
static/recommendedBrowsers.html View File

13
             We recommend to try with the latest version of 
13
             We recommend to try with the latest version of 
14
             <a
14
             <a
15
                 className = 'unsupported-desktop-browser__link'
15
                 className = 'unsupported-desktop-browser__link'
16
-                href = 'http://google.com/chrome' >Chrome</a>&nbsp;or&nbsp;
16
+                href = 'https://www.google.com/chrome/' >Chrome</a>&nbsp;or&nbsp;
17
             <a
17
             <a
18
                 class = 'unsupported-desktop-browser__link'
18
                 class = 'unsupported-desktop-browser__link'
19
-                href = 'http://www.chromium.org/'>Chromium</a>
19
+                href = 'https://www.chromium.org/'>Chromium</a>
20
         </p>
20
         </p>
21
     </div>
21
     </div>
22
 </body>
22
 </body>

Loading…
Cancel
Save