From f63330fbb65615a8deae4068a60404c20d09ec05 Mon Sep 17 00:00:00 2001 From: keith-kaplan <111377779+keith-kaplan@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:33:24 -0500 Subject: [PATCH] Update csp.json --- scripts/csp.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/scripts/csp.json b/scripts/csp.json index 6eda9403..7d2a085e 100644 --- a/scripts/csp.json +++ b/scripts/csp.json @@ -39,8 +39,11 @@ "https://www.clarity.ms", "*.licdn.com", "*.googlesyndication.com", - "*.6sc.co", - "*.6sense.com" + "*.hsadspixel.net" + "*.hs-analytics.net" + "js.hscta.net" + "static.hsappstatic.net" + "*.hs-scripts.com" ], "connect-src": [ "'self'", @@ -72,8 +75,7 @@ "*.googlesyndication.com", "https://google.com", "px.ads.linkedin.com", - "*.6sc.co", - "*.6sense.com" + "js.hscta.net" ], "img-src": [ "'self'", @@ -98,8 +100,8 @@ "px.ads.linkedin.com", "px4.ads.linkedin.com", "googleads.g.doubleclick.net", - "*.6sc.co", - "*.6sense.com" + "js.hscta.net" + "no-cache.hubspot.com" ], "frame-src": [ @@ -151,4 +153,4 @@ "'self'", "data: blob: *;" ] -} \ No newline at end of file +}