pull/1/head
ansuz 2022-02-11 21:46:19 +05:30
parent 49446fe02b
commit 1e8aa49533
1 changed files with 1 additions and 1 deletions

View File

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