From: Andrew Dolgov Date: Mon, 26 Oct 2015 17:50:44 +0000 (+0300) Subject: iframe_whitelisted: allow player.vimeo.com X-Git-Tag: 16.3~101 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=389ae94a403917b76f89df753fca1c140c108f3b iframe_whitelisted: allow player.vimeo.com --- diff --git a/include/functions2.php b/include/functions2.php index 18ba7eb5..51759aea 100755 --- a/include/functions2.php +++ b/include/functions2.php @@ -858,7 +858,7 @@ } function iframe_whitelisted($entry) { - $whitelist = array("youtube.com", "youtu.be", "vimeo.com"); + $whitelist = array("youtube.com", "youtu.be", "vimeo.com", "player.vimeo.com"); @$src = parse_url($entry->getAttribute("src"), PHP_URL_HOST);