From 3137b5f7e0d9d01cff1ffe749be559657bd9e8ef Mon Sep 17 00:00:00 2001 From: William Chong Date: Mon, 6 Nov 2023 18:00:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=EF=B8=8F=20Add=20blob=20to=20conne?= =?UTF-8?q?ct-src?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.js b/nuxt.config.js index 591bbe3b..47b308db 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -71,6 +71,7 @@ export default { ], 'connect-src': [ "'self'", + 'blob:', 'data:', '*', ],