From 389ae94a403917b76f89df753fca1c140c108f3b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 26 Oct 2015 20:50:44 +0300 Subject: iframe_whitelisted: allow player.vimeo.com --- include/functions2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions2.php b/include/functions2.php index 18ba7eb5c..51759aea9 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); -- cgit v1.2.3