Skip to content

Commit

Permalink
fixed errors in csp.json
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-kaplan authored Nov 15, 2024
1 parent f63330f commit 8650135
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/csp.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"https://www.clarity.ms",
"*.licdn.com",
"*.googlesyndication.com",
"*.hsadspixel.net"
"*.hs-analytics.net"
"js.hscta.net"
"static.hsappstatic.net"
"*.hsadspixel.net",
"*.hs-analytics.net",
"js.hscta.net",
"static.hsappstatic.net",
"*.hs-scripts.com"
],
"connect-src": [
Expand Down Expand Up @@ -100,7 +100,7 @@
"px.ads.linkedin.com",
"px4.ads.linkedin.com",
"googleads.g.doubleclick.net",
"js.hscta.net"
"js.hscta.net",
"no-cache.hubspot.com"

],
Expand Down

0 comments on commit 8650135

Please sign in to comment.