Skip to content

Commit

Permalink
Bugfix: removed non secure URI
Browse files Browse the repository at this point in the history
//bid.g.doubleclick.net is already added in `adRemarketing()`, duplicate removed from `undocumented()` as we only need https URLs.
  • Loading branch information
jareddreyerss authored and adrhumphreys committed Nov 10, 2021
1 parent 64c6e2f commit ec36aa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Fragments/GoogleTagManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public static function undocumented(Policy $policy): void
[
'https://*.doubleclick.net',
'https://stats.g.doubleclick.net',
'http://bid.g.doubleclick.net',
]
)
->addDirective(Directive::CONNECT, [
Expand Down

0 comments on commit ec36aa8

Please sign in to comment.