mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Safari needs https://www.youtube.com as CSP frame-src for mobile theme or iPad
This commit is contained in:
parent
82d796c44a
commit
b63929a1db
@ -38,7 +38,7 @@ class home_tutorial_ui
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Allow youtube frame to pass the CSP check
|
//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');
|
$tmpl = new etemplate_new('home.tutorial');
|
||||||
if (!is_array($content))
|
if (!is_array($content))
|
||||||
|
Loading…
Reference in New Issue
Block a user