|
|
@ -1000,7 +1000,7 @@ define([
|
|
|
|
'img-src': ["'self'", 'data:', 'blob:', $outer],
|
|
|
|
'img-src': ["'self'", 'data:', 'blob:', $outer],
|
|
|
|
'media-src': ['blob:'],
|
|
|
|
'media-src': ['blob:'],
|
|
|
|
//'frame-ancestors': ['*'], // XXX IFF you want to support remote embedding
|
|
|
|
//'frame-ancestors': ['*'], // XXX IFF you want to support remote embedding
|
|
|
|
'worker-src': ["'self'", $outer, $sandbox],
|
|
|
|
'worker-src': ["'self'"], // , $outer, $sandbox],
|
|
|
|
});
|
|
|
|
});
|
|
|
|
cb(result);
|
|
|
|
cb(result);
|
|
|
|
});
|
|
|
|
});
|
|
|
@ -1037,7 +1037,7 @@ define([
|
|
|
|
'img-src': ["'self'", 'data:', 'blob:', $outer],
|
|
|
|
'img-src': ["'self'", 'data:', 'blob:', $outer],
|
|
|
|
'media-src': ['blob:'],
|
|
|
|
'media-src': ['blob:'],
|
|
|
|
//'frame-ancestors': ['*'], // XXX IFF you want to support remote embedding
|
|
|
|
//'frame-ancestors': ['*'], // XXX IFF you want to support remote embedding
|
|
|
|
'worker-src': ["'self'", $outer, $sandbox],
|
|
|
|
'worker-src': ["'self'"],//, $outer, $sandbox],
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
cb(result);
|
|
|
|
cb(result);
|
|
|
|