From b63929a1dbe940b3bc318c22fb4be10a147eb3d6 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 28 Oct 2015 16:54:42 +0000 Subject: [PATCH] Safari needs https://www.youtube.com as CSP frame-src for mobile theme or iPad --- home/inc/class.home_tutorial_ui.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/inc/class.home_tutorial_ui.inc.php b/home/inc/class.home_tutorial_ui.inc.php index e922f11952..25b9f40c70 100644 --- a/home/inc/class.home_tutorial_ui.inc.php +++ b/home/inc/class.home_tutorial_ui.inc.php @@ -38,7 +38,7 @@ class home_tutorial_ui } //Allow youtube frame to pass the CSP check - egw_framework::csp_frame_src_attrs(array('www.youtube.com')); + egw_framework::csp_frame_src_attrs(array('https://www.youtube.com')); $tmpl = new etemplate_new('home.tutorial'); if (!is_array($content))