Skip to content

Commit

Permalink
ATL-1546: Add gstatic wildcard to csp
Browse files Browse the repository at this point in the history
  • Loading branch information
nyilmaz committed Nov 27, 2023
1 parent 3c9bc6b commit fba3af4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/prpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export function makeHandler(root?: string, config?: Config): (
"www.google.com",
"www.google.com.tr",
"maps.googleapis.com",
"maps.gstatic.com",
"*.gstatic.com",
"*.visualwebsiteoptimizer.com",
"*.facebook.com",
"www.google-analytics.com",
Expand Down Expand Up @@ -241,6 +241,7 @@ export function makeHandler(root?: string, config?: Config): (
"analytics.google.com",
"*.googlesyndication.com",
"fonts.googleapis.com",
"*.gstatic.com",
"*.visualwebsiteoptimizer.com",
"*.masterpassturkiye.com",
"logs.browser-intake-datadoghq.eu",
Expand Down

0 comments on commit fba3af4

Please sign in to comment.