Skip to content

Commit

Permalink
Update csp.json
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-kaplan authored Nov 15, 2024
1 parent d3195c2 commit f63330f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions scripts/csp.json
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
Expand Down Expand Up @@ -72,8 +75,7 @@
"*.googlesyndication.com",
"https://google.com",
"px.ads.linkedin.com",
"*.6sc.co",
"*.6sense.com"
"js.hscta.net"
],
"img-src": [
"'self'",
Expand All @@ -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": [
Expand Down Expand Up @@ -151,4 +153,4 @@
"'self'",
"data: blob: *;"
]
}
}

0 comments on commit f63330f

Please sign in to comment.