Skip to content

Commit

Permalink
ATL-1: Add googletagmanager to frame-src for google ads
Browse files Browse the repository at this point in the history
  • Loading branch information
elifmeric committed Oct 22, 2024
1 parent 996409b commit 7df0366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export function makeHandler(root?: string, config?: Config): (
"*.googleadservices.com",
"*.facebook.com",
"https://analytics.tiktok.com",
"https://www.googletagmanager.com" // Google Ads
];

const styleSrcAllowedHosts = [
Expand Down

0 comments on commit 7df0366

Please sign in to comment.