Skip to content

Commit

Permalink
Allow all subdomains of googletagservices
Browse files Browse the repository at this point in the history
  • Loading branch information
elifmeric committed Apr 15, 2024
1 parent 364f68f commit 3bdc4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export function makeHandler(root?: string, config?: Config): (

const scriptSrcAllowedHosts = [
"https://*.googlesyndication.com",
"https://www.googletagservices.com",
"https://*.googletagservices.com",
"https://www.google-analytics.com",
"www.googletagmanager.com",
"https://tagmanager.google.com",
Expand Down

0 comments on commit 3bdc4a1

Please sign in to comment.