mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
more WIP checkup
This commit is contained in:
parent
f2ead5b588
commit
2e14e8e930
@ -999,7 +999,7 @@ define([
|
||||
|
||||
'img-src': ["'self'", 'data:', 'blob:', $outer],
|
||||
'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],
|
||||
});
|
||||
cb(result);
|
||||
@ -1036,7 +1036,7 @@ define([
|
||||
],
|
||||
'img-src': ["'self'", 'data:', 'blob:', $outer],
|
||||
'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],
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user