<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[45386] trunk/src/wp-includes/class-oembed.php: Embeds: Remove the "Supports HTTPS" column from the whitelisted oEmbed provider list now that all supported providers use HTTPS.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { white-space: pre-line; overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta" style="font-size: 105%">
<dt style="float: left; width: 6em; font-weight: bold">Revision</dt> <dd><a style="font-weight: bold" href="https://core.trac.wordpress.org/changeset/45386">45386</a><script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"Review this Commit","action":{"@type":"ViewAction","url":"https://core.trac.wordpress.org/changeset/45386","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>johnbillion</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2019-05-23 21:22:23 +0000 (Thu, 23 May 2019)</dd>
</dl>

<pre style='padding-left: 1em; margin: 2em 0; border-left: 2px solid #ccc; line-height: 1.25; font-size: 105%; font-family: sans-serif'>Embeds: Remove the "Supports HTTPS" column from the whitelisted oEmbed provider list now that all supported providers use HTTPS.

See <a href="https://core.trac.wordpress.org/ticket/28507">#28507</a></pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunksrcwpincludesclassoembedphp">trunk/src/wp-includes/class-oembed.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunksrcwpincludesclassoembedphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-includes/class-oembed.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-includes/class-oembed.php    2019-05-23 21:19:50 UTC (rev 45385)
+++ trunk/src/wp-includes/class-oembed.php      2019-05-23 21:22:23 UTC (rev 45386)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -139,78 +139,78 @@
</span><span class="cx" style="display: block; padding: 0 10px">                 *
</span><span class="cx" style="display: block; padding: 0 10px">                 * Supported providers:
</span><span class="cx" style="display: block; padding: 0 10px">                 *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                 * |   Provider   |                     Flavor                | Supports HTTPS |  Since  |
-                * | ------------ | ----------------------------------------- | :------------: | ------- |
-                * | Dailymotion  | dailymotion.com                           |      Yes       | 2.9.0   |
-                * | Flickr       | flickr.com                                |      Yes       | 2.9.0   |
-                * | Hulu         | hulu.com                                  |      Yes       | 2.9.0   |
-                * | Scribd       | scribd.com                                |      Yes       | 2.9.0   |
-                * | Vimeo        | vimeo.com                                 |      Yes       | 2.9.0   |
-                * | WordPress.tv | wordpress.tv                              |      Yes       | 2.9.0   |
-                * | YouTube      | youtube.com/watch                         |      Yes       | 2.9.0   |
-                * | Crowdsignal  | polldaddy.com                             |      Yes       | 3.0.0   |
-                * | SmugMug      | smugmug.com                               |      Yes       | 3.0.0   |
-                * | YouTube      | youtu.be                                  |      Yes       | 3.0.0   |
-                * | Twitter      | twitter.com                               |      Yes       | 3.4.0   |
-                * | Instagram    | instagram.com                             |      Yes       | 3.5.0   |
-                * | Instagram    | instagr.am                                |      Yes       | 3.5.0   |
-                * | Slideshare   | slideshare.net                            |      Yes       | 3.5.0   |
-                * | SoundCloud   | soundcloud.com                            |      Yes       | 3.5.0   |
-                * | Dailymotion  | dai.ly                                    |      Yes       | 3.6.0   |
-                * | Flickr       | flic.kr                                   |      Yes       | 3.6.0   |
-                * | Spotify      | spotify.com                               |      Yes       | 3.6.0   |
-                * | Imgur        | imgur.com                                 |      Yes       | 3.9.0   |
-                * | Meetup.com   | meetup.com                                |      Yes       | 3.9.0   |
-                * | Meetup.com   | meetu.ps                                  |      Yes       | 3.9.0   |
-                * | Animoto      | animoto.com                               |      Yes       | 4.0.0   |
-                * | Animoto      | video214.com                              |      Yes       | 4.0.0   |
-                * | CollegeHumor | collegehumor.com                          |      Yes       | 4.0.0   |
-                * | Issuu        | issuu.com                                 |      Yes       | 4.0.0   |
-                * | Mixcloud     | mixcloud.com                              |      Yes       | 4.0.0   |
-                * | Crowdsignal  | poll.fm                                   |      Yes       | 4.0.0   |
-                * | TED          | ted.com                                   |      Yes       | 4.0.0   |
-                * | YouTube      | youtube.com/playlist                      |      Yes       | 4.0.0   |
-                * | Tumblr       | tumblr.com                                |      Yes       | 4.2.0   |
-                * | Kickstarter  | kickstarter.com                           |      Yes       | 4.2.0   |
-                * | Kickstarter  | kck.st                                    |      Yes       | 4.2.0   |
-                * | Cloudup      | cloudup.com                               |      Yes       | 4.3.0   |
-                * | ReverbNation | reverbnation.com                          |      Yes       | 4.4.0   |
-                * | VideoPress   | videopress.com                            |      Yes       | 4.4.0   |
-                * | Reddit       | reddit.com                                |      Yes       | 4.4.0   |
-                * | Speaker Deck | speakerdeck.com                           |      Yes       | 4.4.0   |
-                * | Twitter      | twitter.com/timelines                     |      Yes       | 4.5.0   |
-                * | Twitter      | twitter.com/moments                       |      Yes       | 4.5.0   |
-                * | Facebook     | facebook.com                              |      Yes       | 4.7.0   |
-                * | Twitter      | twitter.com/user                          |      Yes       | 4.7.0   |
-                * | Twitter      | twitter.com/likes                         |      Yes       | 4.7.0   |
-                * | Twitter      | twitter.com/lists                         |      Yes       | 4.7.0   |
-                * | Screencast   | screencast.com                            |      Yes       | 4.8.0   |
-                * | Amazon       | amazon.com (com.mx, com.br, ca)           |      Yes       | 4.9.0   |
-                * | Amazon       | amazon.de (fr, it, es, in, nl, ru, co.uk) |      Yes       | 4.9.0   |
-                * | Amazon       | amazon.co.jp (com.au)                     |      Yes       | 4.9.0   |
-                * | Amazon       | amazon.cn                                 |      Yes       | 4.9.0   |
-                * | Amazon       | a.co                                      |      Yes       | 4.9.0   |
-                * | Amazon       | amzn.to (eu, in, asia)                    |      Yes       | 4.9.0   |
-                * | Amazon       | z.cn                                      |      Yes       | 4.9.0   |
-                * | Someecards   | someecards.com                            |      Yes       | 4.9.0   |
-                * | Someecards   | some.ly                                   |      Yes       | 4.9.0   |
-                * | Crowdsignal  | survey.fm                                 |      Yes       | 5.1.0   |
-                * | Instagram TV | instagram.com                             |      Yes       | 5.1.0   |
-                * | Instagram TV | instagr.am                                |      Yes       | 5.1.0   |
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+          * |   Provider   |                     Flavor                |  Since  |
+                * | ------------ | ----------------------------------------- | ------- |
+                * | Dailymotion  | dailymotion.com                           | 2.9.0   |
+                * | Flickr       | flickr.com                                | 2.9.0   |
+                * | Hulu         | hulu.com                                  | 2.9.0   |
+                * | Scribd       | scribd.com                                | 2.9.0   |
+                * | Vimeo        | vimeo.com                                 | 2.9.0   |
+                * | WordPress.tv | wordpress.tv                              | 2.9.0   |
+                * | YouTube      | youtube.com/watch                         | 2.9.0   |
+                * | Crowdsignal  | polldaddy.com                             | 3.0.0   |
+                * | SmugMug      | smugmug.com                               | 3.0.0   |
+                * | YouTube      | youtu.be                                  | 3.0.0   |
+                * | Twitter      | twitter.com                               | 3.4.0   |
+                * | Instagram    | instagram.com                             | 3.5.0   |
+                * | Instagram    | instagr.am                                | 3.5.0   |
+                * | Slideshare   | slideshare.net                            | 3.5.0   |
+                * | SoundCloud   | soundcloud.com                            | 3.5.0   |
+                * | Dailymotion  | dai.ly                                    | 3.6.0   |
+                * | Flickr       | flic.kr                                   | 3.6.0   |
+                * | Spotify      | spotify.com                               | 3.6.0   |
+                * | Imgur        | imgur.com                                 | 3.9.0   |
+                * | Meetup.com   | meetup.com                                | 3.9.0   |
+                * | Meetup.com   | meetu.ps                                  | 3.9.0   |
+                * | Animoto      | animoto.com                               | 4.0.0   |
+                * | Animoto      | video214.com                              | 4.0.0   |
+                * | CollegeHumor | collegehumor.com                          | 4.0.0   |
+                * | Issuu        | issuu.com                                 | 4.0.0   |
+                * | Mixcloud     | mixcloud.com                              | 4.0.0   |
+                * | Crowdsignal  | poll.fm                                   | 4.0.0   |
+                * | TED          | ted.com                                   | 4.0.0   |
+                * | YouTube      | youtube.com/playlist                      | 4.0.0   |
+                * | Tumblr       | tumblr.com                                | 4.2.0   |
+                * | Kickstarter  | kickstarter.com                           | 4.2.0   |
+                * | Kickstarter  | kck.st                                    | 4.2.0   |
+                * | Cloudup      | cloudup.com                               | 4.3.0   |
+                * | ReverbNation | reverbnation.com                          | 4.4.0   |
+                * | VideoPress   | videopress.com                            | 4.4.0   |
+                * | Reddit       | reddit.com                                | 4.4.0   |
+                * | Speaker Deck | speakerdeck.com                           | 4.4.0   |
+                * | Twitter      | twitter.com/timelines                     | 4.5.0   |
+                * | Twitter      | twitter.com/moments                       | 4.5.0   |
+                * | Facebook     | facebook.com                              | 4.7.0   |
+                * | Twitter      | twitter.com/user                          | 4.7.0   |
+                * | Twitter      | twitter.com/likes                         | 4.7.0   |
+                * | Twitter      | twitter.com/lists                         | 4.7.0   |
+                * | Screencast   | screencast.com                            | 4.8.0   |
+                * | Amazon       | amazon.com (com.mx, com.br, ca)           | 4.9.0   |
+                * | Amazon       | amazon.de (fr, it, es, in, nl, ru, co.uk) | 4.9.0   |
+                * | Amazon       | amazon.co.jp (com.au)                     | 4.9.0   |
+                * | Amazon       | amazon.cn                                 | 4.9.0   |
+                * | Amazon       | a.co                                      | 4.9.0   |
+                * | Amazon       | amzn.to (eu, in, asia)                    | 4.9.0   |
+                * | Amazon       | z.cn                                      | 4.9.0   |
+                * | Someecards   | someecards.com                            | 4.9.0   |
+                * | Someecards   | some.ly                                   | 4.9.0   |
+                * | Crowdsignal  | survey.fm                                 | 5.1.0   |
+                * | Instagram TV | instagram.com                             | 5.1.0   |
+                * | Instagram TV | instagr.am                                | 5.1.0   |
</ins><span class="cx" style="display: block; padding: 0 10px">                  *
</span><span class="cx" style="display: block; padding: 0 10px">                 * No longer supported providers:
</span><span class="cx" style="display: block; padding: 0 10px">                 *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                 * |   Provider   |        Flavor        | Supports HTTPS |   Since   |  Removed  |
-                * | ------------ | -------------------- | :------------: | --------- | --------- |
-                * | Qik          | qik.com              |      Yes       | 2.9.0     | 3.9.0     |
-                * | Viddler      | viddler.com          |      Yes       | 2.9.0     | 4.0.0     |
-                * | Revision3    | revision3.com        |      No        | 2.9.0     | 4.2.0     |
-                * | Blip         | blip.tv              |      No        | 2.9.0     | 4.4.0     |
-                * | Rdio         | rdio.com             |      Yes       | 3.6.0     | 4.4.1     |
-                * | Rdio         | rd.io                |      Yes       | 3.6.0     | 4.4.1     |
-                * | Vine         | vine.co              |      Yes       | 4.1.0     | 4.9.0     |
-                * | Photobucket  | photobucket.com      |      No        | 2.9.0     | 5.1.0     |
-                * | Funny or Die | funnyordie.com       |      Yes       | 3.0.0     | 5.1.0     |
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+          * |   Provider   |        Flavor        |   Since   |  Removed  |
+                * | ------------ | -------------------- | --------- | --------- |
+                * | Qik          | qik.com              | 2.9.0     | 3.9.0     |
+                * | Viddler      | viddler.com          | 2.9.0     | 4.0.0     |
+                * | Revision3    | revision3.com        | 2.9.0     | 4.2.0     |
+                * | Blip         | blip.tv              | 2.9.0     | 4.4.0     |
+                * | Rdio         | rdio.com             | 3.6.0     | 4.4.1     |
+                * | Rdio         | rd.io                | 3.6.0     | 4.4.1     |
+                * | Vine         | vine.co              | 4.1.0     | 4.9.0     |
+                * | Photobucket  | photobucket.com      | 2.9.0     | 5.1.0     |
+                * | Funny or Die | funnyordie.com       | 3.0.0     | 5.1.0     |
</ins><span class="cx" style="display: block; padding: 0 10px">                  *
</span><span class="cx" style="display: block; padding: 0 10px">                 * @see wp_oembed_add_provider()
</span><span class="cx" style="display: block; padding: 0 10px">                 *
</span></span></pre>
</div>
</div>

</body>
</html>