Skip to content

Commit

Permalink
Element hiding: disable on duckduckgo.com, update timings to reduce p…
Browse files Browse the repository at this point in the history
…erf overhead (#1257)
  • Loading branch information
dharb authored Aug 28, 2023
1 parent cbbe7d5 commit 4197c45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
12 changes: 6 additions & 6 deletions features/element-hiding.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
}
},
"exceptions": [
{
"domain": "duckduckgo.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1236"
},
{
"domain": "bild.de",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/589"
Expand Down Expand Up @@ -452,14 +456,10 @@
{
"domain": "github.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1058"
},
{
"domain": "duckduckgo.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1058"
}
],
"hideTimeouts": [0, 100, 200, 300, 400, 500, 1000, 1500, 2000, 2500, 3000, 5000, 10000],
"unhideTimeouts": [750, 1500, 2250, 3000, 4500, 6000, 12000],
"hideTimeouts": [0, 100, 300, 500, 1000, 3000, 5000],
"unhideTimeouts": [1250, 3250, 5250],
"mediaAndFormSelectors": "video,canvas,embed,object,audio,map,form,input,textarea,select,option",
"adLabelStrings": [
"ad",
Expand Down
9 changes: 0 additions & 9 deletions overrides/browsers/firefox-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/794"
}
]
},
"elementHiding": {
"state": "enabled",
"exceptions": [
{
"domain": "duckduckgo.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1236"
}
]
}
}
}

0 comments on commit 4197c45

Please sign in to comment.