From 48e242eb3c6957990fe1d7005d23cb50aae98817 Mon Sep 17 00:00:00 2001 From: Rui Saraiva Date: Sun, 12 Dec 2021 22:13:36 +0000 Subject: [PATCH] fix: update security headers --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 5eab9e5..891eb8f 100644 --- a/next.config.js +++ b/next.config.js @@ -23,7 +23,7 @@ module.exports = { }, { key: 'Content-Security-Policy', - value: `default-src 'self'; frame-ancestors 'self'`, + value: `default-src 'self' https://cdn.splitbee.io; font-src https://fonts.gstatic.com; frame-ancestors 'self'`, }, ], },