Safari needs https://www.youtube.com as CSP frame-src for mobile theme or iPad

This commit is contained in:
Ralf Becker 2015-10-28 16:54:42 +00:00
parent 82d796c44a
commit b63929a1db

View File

@ -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))