Make WordPress Core

Ticket #33522: 33522-1.diff

File 33522-1.diff, 1.1 KB (added by rabmalin, 10 years ago)

Remove blip.tv from oembed

  • class-oembed.php

     
    4040                        '#https://((m|www)\.)?youtube\.com/playlist.*#i'      => array( 'http://www.youtube.com/oembed?scheme=https',         true  ),
    4141                        '#http://youtu\.be/.*#i'                              => array( 'http://www.youtube.com/oembed',                      true  ),
    4242                        '#https://youtu\.be/.*#i'                             => array( 'http://www.youtube.com/oembed?scheme=https',         true  ),
    43                         'http://blip.tv/*'                                    => array( 'http://blip.tv/oembed/',                             false ),
    4443                        '#https?://(.+\.)?vimeo\.com/.*#i'                    => array( 'http://vimeo.com/api/oembed.{format}',               true  ),
    4544                        '#https?://(www\.)?dailymotion\.com/.*#i'             => array( 'http://www.dailymotion.com/services/oembed',         true  ),
    4645                        'http://dai.ly/*'                                     => array( 'http://www.dailymotion.com/services/oembed',         false ),