From ad841d4293ef2a4fdc3fbfcd78e290caa9f65ca9 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Mon, 16 Oct 2023 10:35:57 +0100 Subject: [PATCH] Added Stripe to the CSP --- src/app/layout.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0574abb..0c7ce09 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,7 +16,10 @@ export default function RootLayout({children}: {children: React.ReactNode}) { - + {children}