Skip to content

Commit

Permalink
feat(gtm/CSP): Add img-src
Browse files Browse the repository at this point in the history
  • Loading branch information
mojulia committed Dec 11, 2024
1 parent 876e85b commit 022722c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ function campaignion_tracking_gtm_campaignion_tracking_snippets() {
function campaignion_tracking_gtm_d7csp_hosts() {
$hosts['connect-src'][] = 'https://www.google.com';
$hosts['frame-src'][] = 'https://www.googletagmanager.com';
$hosts['img-src'][] = 'https://www.google-analytics.com';
$hosts['img-src'][] = 'https://www.google-analytics.com https://www.googletagmanager.com';
return $hosts;
}

0 comments on commit 022722c

Please sign in to comment.