Add frame-src for IE/Edge compatibility

pull/1/head
Caleb James DeLisle 7 years ago
parent 57d0c6c973
commit 818742dd56

@ -35,6 +35,8 @@ module.exports = {
* domain which will serve your CryptPad instance.
*/
"child-src blob: *",
// IE/Edge
"frame-src blob: *",
"media-src * blob:",
@ -63,6 +65,8 @@ module.exports = {
* configured for best effect.
*/
"child-src *",
// IE/Edge
"frame-src *",
// see the comment above in the 'contentSecurity' section
"connect-src 'self' ws: wss:" + domain,

Loading…
Cancel
Save