Skip to content

Commit

Permalink
Added 6sense script to img src and updated linkedIn script because it…
Browse files Browse the repository at this point in the history
… was also being blocked by csp
  • Loading branch information
keith-kaplan committed Apr 3, 2024
1 parent 36b9c90 commit 7d763fe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/csp.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"cdn.linkedin.oribi.io",
"*.googlesyndication.com",
"https://google.com",
"px.ads.linkedin.com",
"*.6sc.co",
"*.6sense.com"
],
Expand All @@ -95,7 +96,11 @@
"*.bing.com",
"*.clarity.ms",
"px.ads.linkedin.com",
"googleads.g.doubleclick.net"
"px4.ads.linkedin.com",
"googleads.g.doubleclick.net",
"*.6sc.co",
"*.6sense.com"

],
"frame-src": [
"'self'",
Expand Down

0 comments on commit 7d763fe

Please sign in to comment.