浏览代码

Update browser links to HTTPS (#5788)

* Update recommended browser links to https

* Update browser URLs to https
j8
Hanno Böck 5 年前
父节点
当前提交
ac117cd50d
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 5 次插入5 次删除
  1. 3
    3
      react/features/unsupported-browser/components/browserLinks.js
  2. 2
    2
      static/recommendedBrowsers.html

+ 3
- 3
react/features/unsupported-browser/components/browserLinks.js 查看文件

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 查看文件

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>

正在加载...
取消
保存