Skip to content

Commit 81e7e8c

Browse files
GuiltyDolphindharb
andauthored
Add mitigation for rocketnews24 (#847)
* Add tds.json to .gitignore * Add mitigation for rocketnews --------- Co-authored-by: David Harbage <dave@duckduckgo.com>
1 parent da33c61 commit 81e7e8c

2 files changed

Lines changed: 59 additions & 15 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,6 @@ generated
124124

125125
# JetBrains IDEs
126126
.idea
127+
128+
# Build files
129+
/tds.json

features/tracker-allowlist.json

Lines changed: 56 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -527,58 +527,84 @@
527527
{
528528
"rule": "securepubads.g.doubleclick.net/gampad/ads",
529529
"domains": [
530-
"ah.nl"
530+
"ah.nl",
531+
"rocketnews24.com"
531532
],
532-
"reason": "'Bonus offer' elements do not render and are not clickable."
533+
"reason": [
534+
"ah.nl - 'Bonus offer' elements do not render and are not clickable.",
535+
"rocketnews24.com - https://github.com/duckduckgo/privacy-configuration/issues/846"
536+
]
533537
},
534538
{
535539
"rule": "pubads.g.doubleclick.net/gampad/ads",
536540
"domains": [
537541
"nhl.com",
538-
"viki.com"
542+
"viki.com",
543+
"rocketnews24.com"
539544
],
540545
"reason": [
541546
"nhl.com - Videos show a spinner and never load.",
542-
"viki.com - after a video has played for a few seconds an adwall pops up. Clicking 'I've turned off my adblocker' resets the video, then after a few seconds the adwall pops up again."
547+
"viki.com - after a video has played for a few seconds an adwall pops up. Clicking 'I've turned off my adblocker' resets the video, then after a few seconds the adwall pops up again.",
548+
"rocketnews24.com - https://github.com/duckduckgo/privacy-configuration/issues/846"
543549
]
544550
},
545551
{
546552
"rule": "pubads.g.doubleclick.net/ssai/event/",
547553
"domains": [
548-
"cbssports.com"
554+
"cbssports.com",
555+
"rocketnews24.com"
549556
],
550-
"reason": "Live videos do not load or render."
557+
"reason": [
558+
"cbssports.com - Live videos do not load or render.",
559+
"rocketnews24.com - https://github.com/duckduckgo/privacy-configuration/issues/846"
560+
]
551561
},
552562
{
553563
"rule": "securepubads.g.doubleclick.net/tag/js/gpt.js",
554564
"domains": [
555565
"ah.nl",
556566
"wunderground.com",
557-
"youmath.it"
567+
"youmath.it",
568+
"rocketnews24.com"
558569
],
559570
"reason": [
560571
"ah.nl - 'Bonus offer' elements do not render and are not clickable.",
561572
"wunderground.com - Video element does not display.",
562-
"youmath.it - Adwall displays which prevents page interaction and resets the page view when clicked."
573+
"youmath.it - Adwall displays which prevents page interaction and resets the page view when clicked.",
574+
"rocketnews24.com - https://github.com/duckduckgo/privacy-configuration/issues/846"
563575
]
564576
},
565577
{
566578
"rule": "securepubads.g.doubleclick.net/gpt/pubads_impl_",
567579
"domains": [
568580
"ah.nl",
569-
"wunderground.com"
581+
"wunderground.com",
582+
"rocketnews24.com"
570583
],
571584
"reason": [
572585
"ah.nl - 'Bonus offer' elements do not render and are not clickable.",
573-
"wunderground.com - Video element does not display."
586+
"wunderground.com - Video element does not display.",
587+
"rocketnews24.com - https://github.com/duckduckgo/privacy-configuration/issues/846"
574588
]
575589
},
576590
{
577591
"rule": "securepubads.g.doubleclick.net/pagead/ppub_config",
578592
"domains": [
593+
"rocketnews24.com",
579594
"weather.com"
580595
],
581-
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/415"
596+
"reason": [
597+
"https://github.com/duckduckgo/privacy-configuration/issues/415",
598+
"rocketnews24.com - https://github.com/duckduckgo/privacy-configuration/issues/846"
599+
]
600+
601+
},
602+
{
603+
"rule": "doubleclick.net",
604+
"domains": [
605+
"rocketnews24.com"
606+
],
607+
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/846"
582608
}
583609
]
584610
},
@@ -946,17 +972,32 @@
946972
"domains": [
947973
"magicgameworld.com",
948974
"youmath.it",
949-
"duden.de"
975+
"duden.de",
976+
"rocketnews24.com"
950977
],
951-
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/388"
978+
"reason": [
979+
"https://github.com/duckduckgo/privacy-configuration/issues/388",
980+
"rocketnews24.com - https://github.com/duckduckgo/privacy-configuration/issues/846"
981+
]
952982
},
953983
{
954984
"rule": "tpc.googlesyndication.com/pagead/js/loader21.html",
955985
"domains": [
956986
"laprensa.hn",
957-
"rumble.com"
987+
"rumble.com",
988+
"rocketnews24.com"
958989
],
959-
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/388"
990+
"reason": [
991+
"https://github.com/duckduckgo/privacy-configuration/issues/388",
992+
"rocketnews24.com - https://github.com/duckduckgo/privacy-configuration/issues/846"
993+
]
994+
},
995+
{
996+
"rule": "googlesyndication.com",
997+
"domains": [
998+
"rocketnews24.com"
999+
],
1000+
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/846"
9601001
}
9611002
]
9621003
},

0 commit comments

Comments
 (0)