Skip to content

Commit 76b1873

Browse files
authored
Disable tracker parameter protection for urldefense.com (duckduckgo#2477)
Some websites (e.g. americanexpress.com) seem to redirect some navigations through urldefense.com. That redirection breaks when tracker parameter protection is enabled, since stripping some of the request parameters causes their anti-bot wall to be triggered.
1 parent e9636bc commit 76b1873

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

features/tracking-parameters.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
{
1111
"domain": "axs.com",
1212
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1712"
13+
},
14+
{
15+
"domain": "urldefense.com",
16+
"reason": "https://github.com/duckduckgo/privacy-configuration/pull/2477"
1317
}
1418
],
1519
"settings": {

0 commit comments

Comments
 (0)