Automattic / media-explorer

With Media Explorer, you can now search for tweets and videos on Twitter and YouTube directly from the Add Media screen in WordPress.
127 stars 33 forks source link

Change 'http://...' absolute URL strings to 'https://...'. #70

Closed hearvox closed 8 years ago

hearvox commented 8 years ago

Old http: URLs (for services and Google) changed to current https: in strings (and comments). The Google maps http: URLs were 404s. The rest were redirects.

In /services/twitter/service.php line 277, set the 2nd param of: 'gmaps_url' => set_url_scheme( 'https://maps.google.com/maps/api/js', 'https' ),

There may be more legacy non-https URLs being generated inside code, but I got the easy ones in strings.

mjangda commented 8 years ago

Nice, thanks!