From 1c970a54ce365a674690df5dadd0169e0fb6bdc3 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 28 Jul 2023 14:56:29 +0800 Subject: [PATCH] Fix typo in CSP --- packages/web/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/next.config.js b/packages/web/next.config.js index 3cb5e55b7..e6ebad8fa 100644 --- a/packages/web/next.config.js +++ b/packages/web/next.config.js @@ -12,7 +12,7 @@ const ContentSecurityPolicy = ` style-src 'self' 'unsafe-inline' accounts.google.com cdnjs.cloudflare.com; img-src 'self' blob: data: https:; worker-src 'self' blob:; - media-src: https://js.intercomcdn.com + media-src https://js.intercomcdn.com; ` const moduleExports = {