From b4f5f6066477fd26dd2d4a860073ab7c60ade84f Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 30 Oct 2009 20:03:41 +0000 Subject: [PATCH] Add scribd to oembed provider whitelist. see #10337 git-svn-id: https://develop.svn.wordpress.org/trunk@12131 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 d7906baae9..aff3fbd102 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) ) ); }