undo an invalid CSP change

pull/1/head
ansuz 3 years ago
parent c0b379b535
commit 49446fe02b

@ -18,7 +18,7 @@ Default.commonCSP = function (domain, sandbox) {
*/ */
"child-src 'self' blob: " + domain + sandbox, "child-src 'self' blob: " + domain + sandbox,
// IE/Edge // IE/Edge
`frame-src 'self' blob:${sandbox}/* blob:${domain}/* ${domain} ${sandbox}`, "'frame-src 'self' blob: " + sandbox,
/* this allows connections over secure or insecure websockets /* this allows connections over secure or insecure websockets
if you are deploying to production, you'll probably want to remove if you are deploying to production, you'll probably want to remove

Loading…
Cancel
Save