diff --git a/features/element-hiding.json b/features/element-hiding.json index c2d05a8c2..be11b5938 100644 --- a/features/element-hiding.json +++ b/features/element-hiding.json @@ -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" @@ -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", diff --git a/overrides/browsers/firefox-override.json b/overrides/browsers/firefox-override.json index c3f500260..09f6830d3 100644 --- a/overrides/browsers/firefox-override.json +++ b/overrides/browsers/firefox-override.json @@ -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" - } - ] } } }