Skip to content

Commit

Permalink
Bump version to 0.30.0 and update embedded files
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Oct 13, 2022
1 parent d9ae757 commit 3da6ae0
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MARKETING_VERSION = 0.29.1
MARKETING_VERSION = 0.30.0

Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import BrowserServicesKit
final class AppPrivacyConfigurationDataProvider: EmbeddedDataProvider {

public struct Constants {
public static let embeddedDataETag = "\"bc8c1187183669d3622391398bf3419c\""
public static let embeddedDataSHA = "38b8591ab813e2332dd053518331ecee85ad4b9f75a1968e847e7735146965bb"
public static let embeddedDataETag = "\"59e46ca48a5926a65c7cb1c5d7d609c0\""
public static let embeddedDataSHA = "e73916d7361c6474f97079472a52090f978e3c04242e24eec9f4195215c814fd"
}

var embeddedDataEtag: String {
Expand Down
28 changes: 27 additions & 1 deletion DuckDuckGo/Content Blocker/macos-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"readme": "https://github.com/duckduckgo/privacy-configuration",
"version": 1665184998144,
"version": 1665575724679,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -179,6 +179,10 @@
"exceptions": [],
"state": "disabled"
},
"duckPlayer": {
"exceptions": [],
"state": "enabled"
},
"elementHiding": {
"exceptions": [],
"settings": {
Expand Down Expand Up @@ -880,6 +884,13 @@
],
"reason": "See https://github.com/duckduckgo/privacy-configuration/issues/321.,This request is associated with map/location auto-suggest functionality on websites."
},
{
"rule": "www.bing.com/maps/sdk/mapcontrol",
"domains": [
"<all>"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/321"
},
{
"rule": "www.bing.com/maps/sdkrelease/mapcontrol",
"domains": [
Expand Down Expand Up @@ -1043,6 +1054,7 @@
{
"rule": "dpm.demdex.net/id",
"domains": [
"dhl.de",
"homedepot.com"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/393"
Expand Down Expand Up @@ -1940,12 +1952,26 @@
},
"theplatform.com": {
"rules": [
{
"rule": "link.theplatform.com/s/",
"domains": [
"nbcsports.com"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/512"
},
{
"rule": "pdk.theplatform.com/pdk6/current/pdk/player.js",
"domains": [
"eonline.com"
],
"reason": "Videos don't play (blank box after clicking to play)."
},
{
"rule": "pdk.theplatform.com/pdk6/next/pdk/player.js",
"domains": [
"nbcsports.com"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/512"
}
]
},
Expand Down

0 comments on commit 3da6ae0

Please sign in to comment.