Make WordPress Core

Changes between Version 36 and Version 38 of Ticket #28507


Ignore:
Timestamp:
08/13/2014 12:59:57 AM (10 years ago)
Author:
johnbillion
Comment:

Animoto was the only provider missing from the list. Animoto embeds are HTTPS by default, but there's some mixed content in there when playing a video. Found and tested a meetu.ps URL (works fine). Updated the list.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28507 – Description

    v36 v38  
    2424||instagr.am||'''No'''||'''[http://api.instagram.com/oembed?url=https://instagr.am/p/rR9ZOSCjc_/ No]'''||-||Invalid SSL certificate (points to instagram.com)||
    2525||imgur.com||Yes||[http://api.imgur.com/oembed?url=https://imgur.com/gallery/9dlrs Yes]||'''No'''||-||
    26 ||meetu.ps||Yes||?||?||?||
    2726||collegehumor.com||Yes||[http://www.collegehumor.com/oembed.json?url=https://www.collegehumor.com/video/6970155/collegehumor-all-nighter-14-batman-of-the-office Yes]||'''No'''||-||
    2827||ted.com||Yes||[http://www.ted.com/talks/oembed.json?url=https://www.ted.com/talks/jill_bolte_taylor_s_powerful_stroke_of_insight.html Yes]||Yes||Almost there, just some mixed content in embeds||
     28||animoto.com||Yes||[http://animoto.com/oembeds/create?url=https://animoto.com/play/MlRRgXHhoT8gOZyHanM6TA&format=json Yes]||Yes||HTTPS embeds by default, but mixed content when playing an embed||
     29||video214.com||Yes||[http://animoto.com/oembeds/create?url=https://video214.com/play/MlRRgXHhoT8gOZyHanM6TA&format=json Yes]||Yes||HTTPS embeds by default, but mixed content when playing an embed||
    2930
    3031Recently fixed providers:
    3132
    32  * '''flic.kr'''
    33  * '''slideshare.net'''
    34  * '''wordpress.tv'''
    35  * '''meetup.com'''
     33 * '''flic.kr''' - HTTPS everywhere. Regex corrected in r28834.
     34 * '''slideshare.net''' - HTTPS embeds since r28834.
     35 * '''wordpress.tv''' - HTTPS embeds for HTTPS URLs.
     36 * '''meetup.com''' and '''meetu.ps'''- HTTPS embeds for HTTPS URLs.
    3637
    3738Ok providers:
    3839
    39  * '''youtube.com''' and '''youtu.be''' - SSL embeds via the `scheme=https` parameter.
     40 * '''youtube.com''' and '''youtu.be''' - HTTPS embeds via the `scheme=https` parameter.
    4041 * '''vimeo.com''' - Embeds are protocol-relative.
    41  * '''flickr.com''' - SSL everywhere (same for flic.kr).
    42  * '''polldaddy.com''' - Embeds are served over SSL if the parent container uses SSL. Effectively protocol-relative via JavaScript.
    43  * '''twitter.com''' - SSL everywhere.
    44  * '''soundcloud.com''' - SSL everywhere. (Minor note: their oEmbed response includes an `http` URL for the thumbnail on their CDN, but it resolves over `https` if you change it.)
    45  * '''rdio.com''' and '''rd.io''' - SSL embeds by default.
    46  * '''spotify.com''' - SSL everywhere.
    47  * '''issuu.com''' - Embeds are served over SSL if the parent container uses SSL. Effectively protocol-relative via JavaScript.
     42 * '''flickr.com''' - HTTPS everywhere (same for flic.kr).
     43 * '''polldaddy.com''' - Embeds are served over HTTPS if the parent container uses HTTPS. Effectively protocol-relative via JavaScript.
     44 * '''twitter.com''' - HTTPS everywhere.
     45 * '''soundcloud.com''' - HTTPS everywhere. (Minor note: their oEmbed response includes an `http` URL for the thumbnail on their CDN, but it resolves over `https` if you change it.)
     46 * '''rdio.com''' and '''rd.io''' - HTTPS embeds by default.
     47 * '''spotify.com''' - HTTPS everywhere.
     48 * '''issuu.com''' - Embeds are served over HTTPS if the parent container uses HTTPS. Effectively protocol-relative via JavaScript.
    4849 * '''mixcloud.com''' - Embeds are protocol-relative.