Changes between Version 36 and Version 38 of Ticket #28507
- Timestamp:
- 08/13/2014 12:59:57 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28507 – Description
v36 v38 24 24 ||instagr.am||'''No'''||'''[http://api.instagram.com/oembed?url=https://instagr.am/p/rR9ZOSCjc_/ No]'''||-||Invalid SSL certificate (points to instagram.com)|| 25 25 ||imgur.com||Yes||[http://api.imgur.com/oembed?url=https://imgur.com/gallery/9dlrs Yes]||'''No'''||-|| 26 ||meetu.ps||Yes||?||?||?||27 26 ||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'''||-|| 28 27 ||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|| 29 30 30 31 Recently fixed providers: 31 32 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. 36 37 37 38 Ok providers: 38 39 39 * '''youtube.com''' and '''youtu.be''' - SSLembeds via the `scheme=https` parameter.40 * '''youtube.com''' and '''youtu.be''' - HTTPS embeds via the `scheme=https` parameter. 40 41 * '''vimeo.com''' - Embeds are protocol-relative. 41 * '''flickr.com''' - SSLeverywhere (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''' - SSLeverywhere.44 * '''soundcloud.com''' - SSLeverywhere. (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''' - SSLembeds by default.46 * '''spotify.com''' - SSLeverywhere.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. 48 49 * '''mixcloud.com''' - Embeds are protocol-relative.