From 8f1b2b63b4f9ec8d2898fbe2b9cc5a4237bb34f6 Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Mon, 14 Apr 2025 18:00:30 +0100 Subject: [PATCH] csp fix removed matcher --- components/tracking/index.js | 2 +- middleware.js | 50 +++++++++++++++++++----------------- 2 files changed, 27 insertions(+), 25 deletions(-) diff --git a/components/tracking/index.js b/components/tracking/index.js index 1bdbf3b4..5439f388 100644 --- a/components/tracking/index.js +++ b/components/tracking/index.js @@ -50,7 +50,7 @@ export const Tracking = ({ googleTagManagerID, nonce, cookieObj }) => { ); }; -export const TrackingNoScript = ({ nonce, googleTagManagerID }) => ( +export const TrackingNoScript = ({ googleTagManagerID, nonce }) => (