From 8d35dd075f9546e63136b2e6c91dc9f44622ddca Mon Sep 17 00:00:00 2001 From: Dax the Duck Date: Mon, 13 May 2024 10:07:15 +0000 Subject: [PATCH 1/3] Update embedded files --- .../AppPrivacyConfigurationDataProvider.swift | 4 +- DuckDuckGo/ContentBlocker/macos-config.json | 40 ++++++++++++++++--- 2 files changed, 36 insertions(+), 8 deletions(-) diff --git a/DuckDuckGo/ContentBlocker/AppPrivacyConfigurationDataProvider.swift b/DuckDuckGo/ContentBlocker/AppPrivacyConfigurationDataProvider.swift index 224457323d..f256a7425d 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 = "\"6cbc7738304e5eaef20e98417f412fc9\"" - public static let embeddedDataSHA = "0fda36c6cb3a0f2bcd34562ad9d4bc8fe7dc2d21e029b87e323cb4992bfddb01" + public static let embeddedDataETag = "\"e1744d6617db82fc621d71131270b348\"" + public static let embeddedDataSHA = "60bbae2f81deb1d44f6d192d063f8798ac09d927db0decfd7d994568b614392d" } var embeddedDataEtag: String { diff --git a/DuckDuckGo/ContentBlocker/macos-config.json b/DuckDuckGo/ContentBlocker/macos-config.json index cce44b20c4..0491e2e042 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": 1714746648846, + "version": 1715350028654, "features": { "adClickAttribution": { "readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection", @@ -297,6 +297,9 @@ { "domain": "malmostadsteater.se" }, + { + "domain": "hertz.com" + }, { "domain": "marvel.com" }, @@ -312,7 +315,7 @@ ] }, "state": "enabled", - "hash": "7096d80d39c6c9a98d98ff6bde5644e0" + "hash": "cf3197bc061274e9c23a870dea493b9a" }, "autofill": { "exceptions": [ @@ -4903,10 +4906,10 @@ "url": "https://selfserve.decipherinc.com/survey/selfserve/32ab/240404?list=2", "firstDay": 5, "lastDay": 8, - "sharePercentage": 60 + "sharePercentage": 100 } }, - "hash": "8a5c9011216219c6576ec362acb51fd0" + "hash": "cbd62a1a63a829da0277ca045a311eb2" }, "nonTracking3pCookies": { "settings": { @@ -6060,6 +6063,12 @@ "domains": [ "" ] + }, + { + "rule": "st.dynamicyield.com/st", + "domains": [ + "harborfreight.com" + ] } ] }, @@ -6760,7 +6769,14 @@ { "rule": "grow.me/main.js", "domains": [ - "budgetbytes.com" + "budgetbytes.com", + "foodfornet.com" + ] + }, + { + "rule": "api.grow.me", + "domains": [ + "foodfornet.com" ] } ] @@ -7122,6 +7138,12 @@ "domains": [ "cosmicbook.news" ] + }, + { + "rule": "scripts.mediavine.com/tags/food-for-net.js", + "domains": [ + "foodfornet.com" + ] } ] }, @@ -7266,6 +7288,12 @@ "marlboro.com" ] }, + { + "rule": "whirlpool.tt.omtrdc.net/rest/v1/delivery", + "domains": [ + "kitchenaid.com" + ] + }, { "rule": "omtrdc.net", "domains": [ @@ -8345,7 +8373,7 @@ "domain": "sundancecatalog.com" } ], - "hash": "8abdf819c66bc3e2391e900958ed0294" + "hash": "2dd3c945cc9811719be893edcd79682e" }, "trackingCookies1p": { "settings": { From ec1073593cca806a3cb2264aec997472d760f9e7 Mon Sep 17 00:00:00 2001 From: Dax the Duck Date: Mon, 13 May 2024 10:07:15 +0000 Subject: [PATCH 2/3] Set marketing version to 1.88.0 --- Configuration/Version.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/Version.xcconfig b/Configuration/Version.xcconfig index 6b9d59ea7d..94ced13f63 100644 --- a/Configuration/Version.xcconfig +++ b/Configuration/Version.xcconfig @@ -1 +1 @@ -MARKETING_VERSION = 1.87.0 +MARKETING_VERSION = 1.88.0 From 73fb016bff97e728a7f65e3320e343f755ed0a35 Mon Sep 17 00:00:00 2001 From: Dax the Duck Date: Mon, 13 May 2024 10:17:12 +0000 Subject: [PATCH 3/3] Bump version to 1.88.0 (188) --- Configuration/BuildNumber.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/BuildNumber.xcconfig b/Configuration/BuildNumber.xcconfig index c6162a6ecf..4e984defe0 100644 --- a/Configuration/BuildNumber.xcconfig +++ b/Configuration/BuildNumber.xcconfig @@ -1 +1 @@ -CURRENT_PROJECT_VERSION = 187 +CURRENT_PROJECT_VERSION = 188