Skip to content

Commit

Permalink
ATL-1672: Add missing domains to connect-src
Browse files Browse the repository at this point in the history
  • Loading branch information
elifmeric committed Mar 12, 2024
1 parent d97615c commit 6597d2e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/prpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ export function makeHandler(root?: string, config?: Config): (
"tazedirekt.webinstats.com",
"macro.webinstats.com",
"*.facebook.com",
"maps.googleapis.com"
"maps.googleapis.com",
"https://*.cloudfront.net",
];

const connectSrcAllowedHosts = [
Expand All @@ -268,7 +269,8 @@ export function makeHandler(root?: string, config?: Config): (
"*.adrttt.com",
"https://*.migrosone.com",
"*.facebook.com",
"https://www.google.com",
"www.google.com",
"www.google.com.tr",
"magaza-iphone.migros.com.tr",
...scriptSrcAllowedHosts
];
Expand Down

0 comments on commit 6597d2e

Please sign in to comment.