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:
parent
a55fd568d4
commit
475b2737ba
|
@ -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)
|
||||
) );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue