Add scribd to oembed provider whitelist. see #10337

git-svn-id: http://svn.automattic.com/wordpress/trunk@12131 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-10-30 20:03:41 +00:00
parent a55fd568d4
commit 475b2737ba
1 changed files with 1 additions and 0 deletions

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)
) );
}