From 1e8aa49533e1cbf06749c34c2a30c0b7e0c8e386 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 11 Feb 2022 21:46:19 +0530 Subject: [PATCH] fix typo --- lib/defaults.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/defaults.js b/lib/defaults.js index abc6c58c6..b4f643006 100644 --- a/lib/defaults.js +++ b/lib/defaults.js @@ -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