Add HTTPS url for Youtube and Vimeo for CSP

This commit is contained in:
Frederic Guillot 2013-04-06 21:16:34 -04:00
parent f2adbeb2a4
commit 4f9fcfe573
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Router\before(function($action) {
Response\csp(array(
'img-src' => '*',
'frame-src' => 'http://www.youtube.com http://player.vimeo.com'
'frame-src' => 'http://www.youtube.com https://www.youtube.com http://player.vimeo.com https://player.vimeo.com'
));
Response\xframe();