Skip to content

Commit

Permalink
Merge release/1.88.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored May 13, 2024
2 parents 2619e1f + 73fb016 commit c982ab3
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 10 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 = 187
CURRENT_PROJECT_VERSION = 188
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 1.87.0
MARKETING_VERSION = 1.88.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 = "\"6cbc7738304e5eaef20e98417f412fc9\""
public static let embeddedDataSHA = "0fda36c6cb3a0f2bcd34562ad9d4bc8fe7dc2d21e029b87e323cb4992bfddb01"
public static let embeddedDataETag = "\"e1744d6617db82fc621d71131270b348\""
public static let embeddedDataSHA = "60bbae2f81deb1d44f6d192d063f8798ac09d927db0decfd7d994568b614392d"
}

var embeddedDataEtag: String {
Expand Down
40 changes: 34 additions & 6 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": 1714746648846,
"version": 1715350028654,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -297,6 +297,9 @@
{
"domain": "malmostadsteater.se"
},
{
"domain": "hertz.com"
},
{
"domain": "marvel.com"
},
Expand All @@ -312,7 +315,7 @@
]
},
"state": "enabled",
"hash": "7096d80d39c6c9a98d98ff6bde5644e0"
"hash": "cf3197bc061274e9c23a870dea493b9a"
},
"autofill": {
"exceptions": [
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -6060,6 +6063,12 @@
"domains": [
"<all>"
]
},
{
"rule": "st.dynamicyield.com/st",
"domains": [
"harborfreight.com"
]
}
]
},
Expand Down Expand Up @@ -6760,7 +6769,14 @@
{
"rule": "grow.me/main.js",
"domains": [
"budgetbytes.com"
"budgetbytes.com",
"foodfornet.com"
]
},
{
"rule": "api.grow.me",
"domains": [
"foodfornet.com"
]
}
]
Expand Down Expand Up @@ -7122,6 +7138,12 @@
"domains": [
"cosmicbook.news"
]
},
{
"rule": "scripts.mediavine.com/tags/food-for-net.js",
"domains": [
"foodfornet.com"
]
}
]
},
Expand Down Expand Up @@ -7266,6 +7288,12 @@
"marlboro.com"
]
},
{
"rule": "whirlpool.tt.omtrdc.net/rest/v1/delivery",
"domains": [
"kitchenaid.com"
]
},
{
"rule": "omtrdc.net",
"domains": [
Expand Down Expand Up @@ -8345,7 +8373,7 @@
"domain": "sundancecatalog.com"
}
],
"hash": "8abdf819c66bc3e2391e900958ed0294"
"hash": "2dd3c945cc9811719be893edcd79682e"
},
"trackingCookies1p": {
"settings": {
Expand Down

0 comments on commit c982ab3

Please sign in to comment.