From e4dbef80eb2d69d5179a65a914617183207717aa Mon Sep 17 00:00:00 2001 From: Vignesh Mohankumar Date: Fri, 7 Jul 2023 14:15:41 -0400 Subject: [PATCH] chore: remove Google Analytics from CSP (#6888) * disable ga * comment --- public/index.html | 6 ++---- .../analytics/GoogleAnalyticsProvider.tsx | 19 +++++++++++-------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/public/index.html b/public/index.html index 7216b59396..c9d0cd7187 100644 --- a/public/index.html +++ b/public/index.html @@ -19,9 +19,9 @@ - content="script-src 'self' https://www.google-analytics.com https://www.googletagmanager.com 'unsafe-inline' 'unsafe-eval'" + content="script-src 'self' 'unsafe-inline' 'unsafe-eval'" <% } else { %> - content="script-src 'self' https://www.google-analytics.com https://www.googletagmanager.com 'unsafe-inline'" + content="script-src 'self' 'unsafe-inline'" <% } %> /> @@ -37,8 +37,6 @@ --> - -