From e3374db52ca7c516576054e9f9c7a66a86e541ff Mon Sep 17 00:00:00 2001 From: Justin Goping Date: Thu, 17 Feb 2022 18:08:26 +0000 Subject: [PATCH] Update tsec-exemptions.json --- tsec-exemptions.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsec-exemptions.json b/tsec-exemptions.json index 1ac58ca99a65720..ec33c3b673ea4e4 100644 --- a/tsec-exemptions.json +++ b/tsec-exemptions.json @@ -13,5 +13,8 @@ "packages/next/client/route-loader.ts", "packages/next/client/script.tsx" ], - "ban-window-stringfunctiondef": ["packages/next/lib/recursive-delete.ts"] + "ban-window-stringfunctiondef": [ + "packages/next/lib/recursive-delete.ts", + "packages/next/client/dev/fouc.ts" + ] }