Skip to content

Commit

Permalink
Merge release/1.121.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Jan 6, 2025
2 parents 80439ea + b160924 commit a616f97
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Configuration/BuildNumber.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 336
CURRENT_PROJECT_VERSION = 337
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 1.120.0
MARKETING_VERSION = 1.121.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 = "\"5647056efac55d6e77db078ae1011be3\""
public static let embeddedDataSHA = "c7c7a010322f1c0a27f5122820f67d1203a986482b1c63172db4b17d6f341acb"
public static let embeddedDataETag = "\"a6ade6ceb34c6fa3e77b0904c91edfb8\""
public static let embeddedDataSHA = "66c4cfc84a16ab9b60fc34c59fb2876c1e3cd76d40e04b5b3b14825a1ded2771"
}

var embeddedDataEtag: String {
Expand Down
48 changes: 36 additions & 12 deletions DuckDuckGo/ContentBlocker/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": 1734691010823,
"version": 1736158448802,
"features": {
"adAttributionReporting": {
"state": "disabled",
Expand Down Expand Up @@ -5158,6 +5158,22 @@
{
"selector": "[class*='sdaContainer']",
"type": "hide"
},
{
"selector": "#sda-Horizon-viewer",
"type": "hide-empty"
},
{
"selector": "[id*='mrt-node-Lead']",
"type": "hide-empty"
},
{
"selector": "[id*='mrt-node-Secondary']",
"type": "hide-empty"
},
{
"selector": "[id*='rrvkqH1']",
"type": "hide-empty"
}
]
},
Expand Down Expand Up @@ -5327,7 +5343,7 @@
]
},
"state": "enabled",
"hash": "f03105d9a96fe2bc97460562f6f61ee2"
"hash": "4b7d6ec384400e39c7ad8ca500154b1c"
},
"exceptionHandler": {
"exceptions": [
Expand Down Expand Up @@ -5555,9 +5571,6 @@
{
"domain": "secureserver.net"
},
{
"domain": "hyatt.com"
},
{
"domain": "proton.me"
},
Expand Down Expand Up @@ -5626,7 +5639,7 @@
}
],
"state": "enabled",
"hash": "04e4f97a4ad60cd13663ac5d486d3ac4"
"hash": "53cc82526eaeeaa1490c8538b78fdb35"
},
"fingerprintingScreenSize": {
"settings": {
Expand Down Expand Up @@ -5657,9 +5670,6 @@
{
"domain": "godaddy.com"
},
{
"domain": "hyatt.com"
},
{
"domain": "litebluesso.usps.gov"
},
Expand All @@ -5683,7 +5693,7 @@
}
],
"state": "disabled",
"hash": "9c9c85ea83b8e7c6d07c20d1539a000f"
"hash": "a26b20181df02a3dc1cce0945d6e0ccb"
},
"fingerprintingTemporaryStorage": {
"exceptions": [
Expand Down Expand Up @@ -5775,6 +5785,9 @@
{
"domain": "visible.com"
},
{
"domain": "flyfrontier.com"
},
{
"domain": "marvel.com"
},
Expand All @@ -5800,7 +5813,7 @@
"privacy-test-pages.site"
]
},
"hash": "7bac9629b3b6d7cbe2e473c1273d31ee"
"hash": "fdb3180769d77fd3cedfc8601e184dcd"
},
"harmfulApis": {
"settings": {
Expand Down Expand Up @@ -8023,6 +8036,7 @@
"eatroyo.com",
"experian.com",
"ljsilvers.com",
"tesla.com",
"thesimsresource.com",
"tradersync.com",
"vanguardplan.com",
Expand Down Expand Up @@ -8717,6 +8731,16 @@
}
]
},
"nitropay.com": {
"rules": [
{
"rule": "nitropay.com/ads",
"domains": [
"maxroll.gg"
]
}
]
},
"nosto.com": {
"rules": [
{
Expand Down Expand Up @@ -9989,7 +10013,7 @@
"domain": "instructure.com"
}
],
"hash": "b97838ac43243028e26d0b2e1d73c12a"
"hash": "55d91756006df4ec366628990eb345d5"
},
"trackingCookies1p": {
"settings": {
Expand Down

0 comments on commit a616f97

Please sign in to comment.