From 84428a8156adc49bf9f7dea97fa9991d120301ba Mon Sep 17 00:00:00 2001 From: Dax the Duck Date: Thu, 1 Feb 2024 13:40:01 +0000 Subject: [PATCH 1/3] Update embedded files --- .../AppPrivacyConfigurationDataProvider.swift | 4 +- DuckDuckGo/ContentBlocker/macos-config.json | 38 +++++++++++++++++-- 2 files changed, 36 insertions(+), 6 deletions(-) diff --git a/DuckDuckGo/ContentBlocker/AppPrivacyConfigurationDataProvider.swift b/DuckDuckGo/ContentBlocker/AppPrivacyConfigurationDataProvider.swift index 090158d8b8..4c54b8670d 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 = "\"17614921fb443aeafb249fee935598f2\"" - public static let embeddedDataSHA = "5775192923dbbde0e9c264b0df9df39c92990c60abee380ec768f4140053c256" + public static let embeddedDataETag = "\"5af0f033fb461e1f8ef9431b61df37e1\"" + public static let embeddedDataSHA = "0a80cc7f56e50cbbd3011e8a7c72d440c78a90df434198594d5cf80a9e0fba37" } var embeddedDataEtag: String { diff --git a/DuckDuckGo/ContentBlocker/macos-config.json b/DuckDuckGo/ContentBlocker/macos-config.json index 25ace6fa5b..e455502e0b 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": 1706568909205, + "version": 1706704064294, "features": { "adClickAttribution": { "readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection", @@ -1056,7 +1056,16 @@ "customUserAgent": { "settings": { "defaultPolicy": "brand", - "defaultSites": [], + "defaultSites": [ + { + "domain": "chase.com", + "reason": "https://github.com/duckduckgo/privacy-configuration/issues/988" + }, + { + "domain": "web.whatsapp.com", + "reason": "https://github.com/duckduckgo/privacy-configuration/issues/1780" + } + ], "webViewDefault": [ { "domain": "accounts.google.com", @@ -1078,7 +1087,7 @@ }, "exceptions": [], "state": "enabled", - "hash": "005f62f0e37756cedcc2acfcb4216966" + "hash": "492b7a86e347eae43cf3d6f633a184ff" }, "dbp": { "state": "enabled", @@ -4533,6 +4542,11 @@ "state": "disabled", "hash": "841fa92b9728c9754f050662678f82c7" }, + "notificationPermissions": { + "exceptions": [], + "state": "disabled", + "hash": "728493ef7a1488e4781656d3f9db84aa" + }, "privacyDashboard": { "exceptions": [], "features": { @@ -5610,6 +5624,12 @@ "domains": [ "" ] + }, + { + "rule": "ezodn.com", + "domains": [ + "reisezoom.com" + ] } ] }, @@ -6478,6 +6498,16 @@ } ] }, + "mailerlite.com": { + "rules": [ + { + "rule": "mailerlite.com", + "domains": [ + "" + ] + } + ] + }, "maxymiser.net": { "rules": [ { @@ -7643,7 +7673,7 @@ "domain": "sundancecatalog.com" } ], - "hash": "4b11a2e6e70c2de69177ce188cb9af8c" + "hash": "c9ea7e3d491209cc42758decdbbb8143" }, "trackingCookies1p": { "settings": { From dd95b1ac75452e9b5bfcebb04212214fde8e4588 Mon Sep 17 00:00:00 2001 From: Dax the Duck Date: Thu, 1 Feb 2024 13:40:01 +0000 Subject: [PATCH 2/3] Set marketing version to 2.1.0 --- Configuration/Version.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/Version.xcconfig b/Configuration/Version.xcconfig index 8256fb38b8..93e90e558f 100644 --- a/Configuration/Version.xcconfig +++ b/Configuration/Version.xcconfig @@ -1 +1 @@ -MARKETING_VERSION = 2.0.0 +MARKETING_VERSION = 2.1.0 From 6bc9a3008fb27edb7de016be1f60f81f3d3f593b Mon Sep 17 00:00:00 2001 From: Dax the Duck Date: Thu, 1 Feb 2024 13:40:55 +0000 Subject: [PATCH 3/3] Bump version to 2.1.0 (201) --- Configuration/BuildNumber.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/BuildNumber.xcconfig b/Configuration/BuildNumber.xcconfig index d671ec6bfe..5cfcaedf6d 100644 --- a/Configuration/BuildNumber.xcconfig +++ b/Configuration/BuildNumber.xcconfig @@ -1 +1 @@ -CURRENT_PROJECT_VERSION = 200 +CURRENT_PROJECT_VERSION = 201