diff --git a/src/Content/OEmbed.php b/src/Content/OEmbed.php index 51c987755e..c317483d96 100644 --- a/src/Content/OEmbed.php +++ b/src/Content/OEmbed.php @@ -319,7 +319,7 @@ class OEmbed if (Config::get('system', 'ssl_policy') == SSL_POLICY_FULL && parse_url($src, PHP_URL_SCHEME) !== 'https') { $src = System::baseUrl() . '/oembed/' . base64url_encode($src); } - return ''; + return ''; } /**