From 47be64543ca137d65add3dd0d832dd4fb548c089 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Thu, 22 May 2014 21:49:10 +0000 Subject: [PATCH] Add Issuu to list of whitelisted oEmbed providers. Props issuu. Fixes #28312. git-svn-id: https://develop.svn.wordpress.org/trunk@28554 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-oembed.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/class-oembed.php b/src/wp-includes/class-oembed.php index 8867d1026e..1cc9c31539 100644 --- a/src/wp-includes/class-oembed.php +++ b/src/wp-includes/class-oembed.php @@ -56,6 +56,7 @@ class WP_oEmbed { '#https?://(open|play)\.spotify\.com/.*#i' => array( 'https://embed.spotify.com/oembed/', true ), '#https?://(.+\.)?imgur\.com/.*#i' => array( 'http://api.imgur.com/oembed', true ), '#https?://(www\.)?meetu(\.ps|p\.com)/.*#i' => array( 'http://api.meetup.com/oembed', true ), + '#https?://(www\.)?issuu\.com/.+/docs/.+#i' => array( 'http://issuu.com/oembed_wp', true ), ); /**