Skip to content

Commit ec36aa8

Browse files
jareddreyerssadrhumphreys
authored andcommitted
Bugfix: removed non secure URI
//bid.g.doubleclick.net is already added in `adRemarketing()`, duplicate removed from `undocumented()` as we only need https URLs.
1 parent 64c6e2f commit ec36aa8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Fragments/GoogleTagManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public static function undocumented(Policy $policy): void
4242
[
4343
'https://*.doubleclick.net',
4444
'https://stats.g.doubleclick.net',
45-
'http://bid.g.doubleclick.net',
4645
]
4746
)
4847
->addDirective(Directive::CONNECT, [

0 commit comments

Comments
 (0)