Skip to content

Commit

Permalink
ATL-1546: Add semasio and webinstats to csp
Browse files Browse the repository at this point in the history
  • Loading branch information
nyilmaz committed Nov 27, 2023
1 parent 0575bc0 commit ab5fd24
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/prpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ export function makeHandler(root?: string, config?: Config): (
"https://www.googletagservices.com",
"https://www.google-analytics.com",
"www.googletagmanager.com",
"maps.googleapis.com",
"*.googleapis.com",
"*.googleadservices.com",
"https://*.bkmexpress.com.tr",
"https://*.masterpassturkiye.com",
"https://challenges.cloudflare.com",
Expand Down Expand Up @@ -139,6 +140,7 @@ export function makeHandler(root?: string, config?: Config): (
"https://tr.rdrtr.com",
"https://stags.bluekai.com",
"https://*.criteo.com",
"https://*.criteo.net",
"https://*.doubleclick.net",
"https://*.api.sociaplus.com",
"https://*.webinstats.com",
Expand Down Expand Up @@ -175,6 +177,7 @@ export function makeHandler(root?: string, config?: Config): (
"www.google.com.tr",
"maps.googleapis.com",
"*.gstatic.com",
"*.googleadservices.com",
"*.visualwebsiteoptimizer.com",
"*.facebook.com",
"www.google-analytics.com",
Expand Down Expand Up @@ -216,7 +219,8 @@ export function makeHandler(root?: string, config?: Config): (
"*.demdex.net",
"*.krxd.net",
"*.cloudfront.net",
"*.thebrighttag.com"
"*.thebrighttag.com",
"*.semasio.net",
];

// json, html etc
Expand All @@ -240,6 +244,9 @@ export function makeHandler(root?: string, config?: Config): (
"www.google-analytics.com",
"analytics.google.com",
"*.googlesyndication.com",
"*.googleadservices.com",
"macro.webinstats.com",
"tazedirekt.webinstats.com",
"fonts.googleapis.com",
"*.gstatic.com",
"*.visualwebsiteoptimizer.com",
Expand Down

0 comments on commit ab5fd24

Please sign in to comment.