Skip to content

Commit

Permalink
Merge pull request #34 from migroscomtr/f-atl-1585
Browse files Browse the repository at this point in the history
ATL-1585: Add GTM debug hosts
  • Loading branch information
elifmeric authored Dec 25, 2023
2 parents fdd0df6 + 791f446 commit 1900d63
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/prpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export function makeHandler(root?: string, config?: Config): (
"https://www.googletagservices.com",
"https://www.google-analytics.com",
"www.googletagmanager.com",
"https://tagmanager.google.com",
"*.googleapis.com",
"*.googleadservices.com",
"https://*.bkmexpress.com.tr",
Expand Down Expand Up @@ -174,7 +175,10 @@ export function makeHandler(root?: string, config?: Config): (
"fonts.googleapis.com",
"cdn.segmentify.com",
"*.visualwebsiteoptimizer.com",
"maps.googleapis.com"
"maps.googleapis.com",
"https://googletagmanager.com",
"https://tagmanager.google.com",
"https://fonts.googleapis.com",
];

const imageSrcAllowedHosts = [
Expand Down Expand Up @@ -227,6 +231,10 @@ export function makeHandler(root?: string, config?: Config): (
"*.thebrighttag.com",
"*.semasio.net",
"*.dmxleo.com",
"https://googletagmanager.com",
"https://ssl.gstatic.com",
"https://www.gstatic.com",
"https://digiavantaj.cake.aclz.net"
];

// json, html etc
Expand Down

0 comments on commit 1900d63

Please sign in to comment.