From 375685530f5fb25eb412263e7502a03ed34c5522 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Wed, 10 Jul 2024 11:18:41 +0530 Subject: [PATCH] Add content security policy to the chat page --- src/interface/web/app/chat/layout.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/interface/web/app/chat/layout.tsx b/src/interface/web/app/chat/layout.tsx index 46161774..5f4ed222 100644 --- a/src/interface/web/app/chat/layout.tsx +++ b/src/interface/web/app/chat/layout.tsx @@ -16,6 +16,15 @@ export default function RootLayout({ }>) { return ( + {children}