Add scribd to oembed provider whitelist. see #10337

git-svn-id: https://develop.svn.wordpress.org/trunk@12131 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-10-30 20:03:41 +00:00
parent 54c1db8dd0
commit b4f5f60664

View File

@ -47,6 +47,7 @@ class WP_oEmbed {
'http://revision3.com/*' => array( 'http://revision3.com/api/oembed/', false ),
'http://i*.photobucket.com/albums/*' => array( 'http://photobucket.com/oembed', false ),
'http://gi*.photobucket.com/groups/*' => array( 'http://photobucket.com/oembed', false ),
'http://www.scribd.com/*' => array( 'http://www.scribd.com/services/oembed', false)
) );
}