From 475b2737ba285cf8fd42ea3d7326d298ee66d7ec Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 30 Oct 2009 20:03:41 +0000 Subject: [PATCH] Add scribd to oembed provider whitelist. see #10337 git-svn-id: http://svn.automattic.com/wordpress/trunk@12131 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-oembed.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/class-oembed.php b/wp-includes/class-oembed.php index d7906baae..aff3fbd10 100644 --- a/wp-includes/class-oembed.php +++ b/wp-includes/class-oembed.php @@ -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) ) ); }