From 72884ee71514d2025d41871be01b2183d6a0979f Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:50:24 -0400 Subject: [PATCH] Remove CSP for now, will not work because of react bug --- app/root.tsx | 10 +++------- functions/_middleware.ts | 7 ------- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/app/root.tsx b/app/root.tsx index b69de47..156fcf7 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -157,20 +157,17 @@ function getMarkup(
{children} - +
); return ( - + -