From 694fb98fa14c3d9413a6ddb602ad3017c59aca52 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Wed, 29 Jul 2015 02:56:48 +0000 Subject: [PATCH] Add CloudUp to our oEmbed provider whitelist. fixes #26278 git-svn-id: https://develop.svn.wordpress.org/trunk@33472 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 401fedcc3b..18c249031b 100644 --- a/src/wp-includes/class-oembed.php +++ b/src/wp-includes/class-oembed.php @@ -73,6 +73,7 @@ class WP_oEmbed { '#https?://(.+)\.tumblr\.com/post/.*#i' => array( 'https://www.tumblr.com/oembed/1.0', true ), '#https?://(www\.)?kickstarter\.com/projects/.*#i' => array( 'https://www.kickstarter.com/services/oembed', true ), '#https?://kck\.st/.*#i' => array( 'https://www.kickstarter.com/services/oembed', true ), + '#https?://cloudup\.com/.*#i' => array( 'https://cloudup.com/oembed', true ), ); if ( ! empty( self::$early_providers['add'] ) ) {