From f93c637c683eea1027b1dd77cfc833f62e22d96f Mon Sep 17 00:00:00 2001 From: Anka Date: Mon, 6 Jan 2025 20:10:52 +0000 Subject: [PATCH 1/3] Update embedded files --- .../AppPrivacyConfigurationDataProvider.swift | 4 +- DuckDuckGo/ContentBlocker/macos-config.json | 48 ++++++++++++++----- 2 files changed, 38 insertions(+), 14 deletions(-) diff --git a/DuckDuckGo/ContentBlocker/AppPrivacyConfigurationDataProvider.swift b/DuckDuckGo/ContentBlocker/AppPrivacyConfigurationDataProvider.swift index fe84d83f16..e3826a9671 100644 --- a/DuckDuckGo/ContentBlocker/AppPrivacyConfigurationDataProvider.swift +++ b/DuckDuckGo/ContentBlocker/AppPrivacyConfigurationDataProvider.swift @@ -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 { diff --git a/DuckDuckGo/ContentBlocker/macos-config.json b/DuckDuckGo/ContentBlocker/macos-config.json index d17c6f36b0..66d6492643 100644 --- a/DuckDuckGo/ContentBlocker/macos-config.json +++ b/DuckDuckGo/ContentBlocker/macos-config.json @@ -1,6 +1,6 @@ { "readme": "https://github.com/duckduckgo/privacy-configuration", - "version": 1734691010823, + "version": 1736158448802, "features": { "adAttributionReporting": { "state": "disabled", @@ -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" } ] }, @@ -5327,7 +5343,7 @@ ] }, "state": "enabled", - "hash": "f03105d9a96fe2bc97460562f6f61ee2" + "hash": "4b7d6ec384400e39c7ad8ca500154b1c" }, "exceptionHandler": { "exceptions": [ @@ -5555,9 +5571,6 @@ { "domain": "secureserver.net" }, - { - "domain": "hyatt.com" - }, { "domain": "proton.me" }, @@ -5626,7 +5639,7 @@ } ], "state": "enabled", - "hash": "04e4f97a4ad60cd13663ac5d486d3ac4" + "hash": "53cc82526eaeeaa1490c8538b78fdb35" }, "fingerprintingScreenSize": { "settings": { @@ -5657,9 +5670,6 @@ { "domain": "godaddy.com" }, - { - "domain": "hyatt.com" - }, { "domain": "litebluesso.usps.gov" }, @@ -5683,7 +5693,7 @@ } ], "state": "disabled", - "hash": "9c9c85ea83b8e7c6d07c20d1539a000f" + "hash": "a26b20181df02a3dc1cce0945d6e0ccb" }, "fingerprintingTemporaryStorage": { "exceptions": [ @@ -5775,6 +5785,9 @@ { "domain": "visible.com" }, + { + "domain": "flyfrontier.com" + }, { "domain": "marvel.com" }, @@ -5800,7 +5813,7 @@ "privacy-test-pages.site" ] }, - "hash": "7bac9629b3b6d7cbe2e473c1273d31ee" + "hash": "fdb3180769d77fd3cedfc8601e184dcd" }, "harmfulApis": { "settings": { @@ -8023,6 +8036,7 @@ "eatroyo.com", "experian.com", "ljsilvers.com", + "tesla.com", "thesimsresource.com", "tradersync.com", "vanguardplan.com", @@ -8717,6 +8731,16 @@ } ] }, + "nitropay.com": { + "rules": [ + { + "rule": "nitropay.com/ads", + "domains": [ + "maxroll.gg" + ] + } + ] + }, "nosto.com": { "rules": [ { @@ -9989,7 +10013,7 @@ "domain": "instructure.com" } ], - "hash": "b97838ac43243028e26d0b2e1d73c12a" + "hash": "55d91756006df4ec366628990eb345d5" }, "trackingCookies1p": { "settings": { From cac6b8bfb54820f71f212ac3706641e3dd0a9d34 Mon Sep 17 00:00:00 2001 From: Anka Date: Mon, 6 Jan 2025 20:10:52 +0000 Subject: [PATCH 2/3] Set marketing version to 1.121.0 --- Configuration/Version.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/Version.xcconfig b/Configuration/Version.xcconfig index e87b0e32ed..d828da4234 100644 --- a/Configuration/Version.xcconfig +++ b/Configuration/Version.xcconfig @@ -1 +1 @@ -MARKETING_VERSION = 1.120.0 +MARKETING_VERSION = 1.121.0 From b1609241d9d7fb3f7a0a7ca93aef0d6e610d09c7 Mon Sep 17 00:00:00 2001 From: Anka Date: Mon, 6 Jan 2025 20:24:07 +0000 Subject: [PATCH 3/3] Bump version to 1.121.0 (337) --- Configuration/BuildNumber.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/BuildNumber.xcconfig b/Configuration/BuildNumber.xcconfig index 1c7e5787c1..b3f6d1dba0 100644 --- a/Configuration/BuildNumber.xcconfig +++ b/Configuration/BuildNumber.xcconfig @@ -1 +1 @@ -CURRENT_PROJECT_VERSION = 336 +CURRENT_PROJECT_VERSION = 337