Making WordPress.org

Changeset 5936


Ignore:
Timestamp:
09/19/2017 05:44:20 AM (7 years ago)
Author:
coffee2code
Message:

Browse Happy API: Update URLs for browser homepages to be HTTPS.

Also changes the URL for IE (which has long since redirected) to a more upgrade-specific page.

Props adnanlimdi.
See #3120.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/core/browse-happy/1.0/browsers.php

    r5935 r5936  
    5353            'wikipedia'   => 'Internet_Explorer',
    5454            'normalized'  => 1, // just first number
    55             'url'         => 'http://www.microsoft.com/windows/internet-explorer/',
     55            'url'         => 'https://support.microsoft.com/en-us/help/17621/internet-explorer-downloads',
    5656            'img_src'     => $http . 'ie.png',
    5757            'img_src_ssl' => $https . 'ie.png',
     
    6161            'wikipedia'   => 'Firefox',
    6262            'normalized'  => 1.5, // include second number if non-zero
    63             'url'         => 'http://www.firefox.com/',
     63            'url'         => 'https://www.firefox.com/',
    6464            'img_src'     => $http . 'firefox.png',
    6565            'img_src_ssl' => $https . 'firefox.png',
     
    6969            'wikipedia'   => 'Safari',
    7070            'normalized'  => 1.5, // include second number if non-zero
    71             'url'         => 'http://www.apple.com/safari/',
     71            'url'         => 'https://www.apple.com/safari/',
    7272            'img_src'     => $http . 'safari.png',
    7373            'img_src_ssl' => $https . 'safari.png',
     
    7777            'wikipedia'   => 'Opera',
    7878            'normalized'  => 2, // include second number
    79             'url'         => 'http://www.opera.com/',
     79            'url'         => 'https://www.opera.com/',
    8080            'img_src'     => $http . 'opera.png',
    8181            'img_src_ssl' => $https . 'opera.png',
     
    8585            'wikipedia'   => 'Google_Chrome',
    8686            'normalized'  => 1, // just first number
    87             'url'         => 'http://www.google.com/chrome',
     87            'url'         => 'https://www.google.com/chrome',
    8888            'img_src'     => $http . 'chrome.png',
    8989            'img_src_ssl' => $https . 'chrome.png',
Note: See TracChangeset for help on using the changeset viewer.