Skip to content

Commit

Permalink
New updates to the csp.json
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-kaplan authored Nov 18, 2024
1 parent 8650135 commit 588d3a2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions scripts/csp.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"*.hs-analytics.net",
"js.hscta.net",
"static.hsappstatic.net",
"*.hs-scripts.com"
"*.hs-scripts.com",
"*.hubspot.com"
],
"connect-src": [
"'self'",
Expand Down Expand Up @@ -75,7 +76,8 @@
"*.googlesyndication.com",
"https://google.com",
"px.ads.linkedin.com",
"js.hscta.net"
"js.hscta.net",
"*.hubspot.com"
],
"img-src": [
"'self'",
Expand All @@ -101,7 +103,8 @@
"px4.ads.linkedin.com",
"googleads.g.doubleclick.net",
"js.hscta.net",
"no-cache.hubspot.com"
"no-cache.hubspot.com",
"*.hubspot.com"

],
"frame-src": [
Expand All @@ -117,7 +120,9 @@
"*.medallia.com",
"*.kampyle.com",
"js.driftt.com",
"*.doubleclick.net"
"*.doubleclick.net",
"*.hubspot.com",
"*.googletagmanager.com"
],
"style-src": [
"'self'",
Expand Down

0 comments on commit 588d3a2

Please sign in to comment.