Skip to content

Commit

Permalink
Prepare release 2022.3.4 (duckduckgo#1080)
Browse files Browse the repository at this point in the history
Co-authored-by: GioSensation <GioSensation@users.noreply.github.com>
Co-authored-by: Jonathan Kingston <jkingston@duckduckgo.com>
  • Loading branch information
3 people authored Mar 10, 2022
1 parent 1d79bd0 commit ed843d6
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 4 deletions.
2 changes: 1 addition & 1 deletion browsers/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "2022.2.22",
"version": "2022.3.4",
"icons": {
"16": "img/icon_16.png",
"48": "img/icon_48.png",
Expand Down
2 changes: 1 addition & 1 deletion browsers/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"strict_min_version": "65.0"
}
},
"version": "2022.2.22",
"version": "2022.3.4",
"description": "Privacy, simplified. Protect your data as you search and browse: tracker blocking, smarter encryption, private search, and more.",
"icons": {
"16": "img/icon_16.png",
Expand Down
37 changes: 36 additions & 1 deletion shared/data/bundled/extension-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"readme": "https://github.com/duckduckgo/privacy-configuration",
"version": 1645459859348,
"version": 1646217547127,
"features": {
"ampLinks": {
"exceptions": [],
Expand Down Expand Up @@ -32,6 +32,14 @@
{
"domain": "spiegel.de",
"reason": "Opt-out not possible"
},
{
"domain": "www.derstandard.de",
"reason": "Opt-out not possible"
},
{
"domain": "www.derstandard.at",
"reason": "Opt-out not possible"
}
],
"settings": {
Expand Down Expand Up @@ -59,6 +67,10 @@
"contentBlocking": {
"state": "enabled",
"exceptions": [
{
"domain": "bild.de",
"reason": "Navigation broken"
},
{
"domain": "pureflix.com",
"reason": "Videos not playing"
Expand Down Expand Up @@ -146,6 +158,10 @@
{
"domain": "virginmedia.com",
"reason": "Chat widget blocked"
},
{
"domain": "welt.de",
"reason": "Video not playing correctly"
}
]
},
Expand Down Expand Up @@ -292,6 +308,13 @@
"wunderground.com"
],
"reason": "videos not loading"
},
{
"rule": "www3.doubleclick.net",
"domains": [
"thingiverse.com"
],
"reason": "adwall"
}
]
},
Expand Down Expand Up @@ -353,6 +376,18 @@
}
]
},
"klarnaservices.com": {
"rules": [
{
"rule": "na-library.klarnaservices.com/lib.js",
"domains": [
"brooksrunning.com",
"joann.com"
],
"reason": "site not loading"
}
]
},
"shopeemobile.com": {
"rules": [
{
Expand Down
2 changes: 1 addition & 1 deletion shared/data/etags.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"config-etag":"W/\"3ac959af96a992b20f1762323bddedcc\""}
{"config-etag":"W/\"203a793bd52f156aba37a7e84f7cf4b4\""}

0 comments on commit ed843d6

Please sign in to comment.