Skip to content

Commit

Permalink
Merge release/1.85.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Apr 22, 2024
2 parents a937e9e + f045a46 commit 05aa76a
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 21 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 = 169
CURRENT_PROJECT_VERSION = 170
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 1.84.0
MARKETING_VERSION = 1.85.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 = "\"a482727f0d20b29eabd1e22fde2d54cf\""
public static let embeddedDataSHA = "993aa84559944a8866e40cebbce02beee2b1597f86b63f998d000d2a0e5d617a"
public static let embeddedDataETag = "\"7cf7b71adb62c3cbcbf8b84c61a0004d\""
public static let embeddedDataSHA = "20e9b59e7e60ccc9ae52853935ebe3d74227234fcf8b46da5a66cff3adc7e6c7"
}

var embeddedDataEtag: String {
Expand Down
59 changes: 42 additions & 17 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": 1713140318814,
"version": 1713542334045,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -279,6 +279,15 @@
{
"domain": "condell-ltd.com"
},
{
"domain": "leefgemeenschapzilt.nl"
},
{
"domain": "healthline.com"
},
{
"domain": "sporthoj.com"
},
{
"domain": "marvel.com"
},
Expand All @@ -290,13 +299,12 @@
"disabledCMPs": [
"generic-cosmetic",
"termsfeed3",
"strato.de",
"healthline-media",
"tarteaucitron.js"
]
},
"state": "enabled",
"hash": "0eaff8b64b6d3e8a59879f3b4ab6c0ba"
"hash": "f35e24cf85485b441cb9a76146e77e17"
},
"autofill": {
"exceptions": [
Expand Down Expand Up @@ -2843,6 +2851,27 @@
}
]
},
{
"domain": "independent.co.uk",
"rules": [
{
"selector": "#partners",
"type": "hide-empty"
},
{
"selector": "#top-banner-wrapper",
"type": "hide-empty"
},
{
"selector": "[data-mpu1=true]",
"type": "hide-empty"
},
{
"selector": "#stickyFooterRoot",
"type": "hide"
}
]
},
{
"domain": "indiatimes.com",
"rules": [
Expand Down Expand Up @@ -4231,7 +4260,7 @@
]
},
"state": "enabled",
"hash": "c0fa0dfbc6231be31492023b623ac99b"
"hash": "765e789c939c6e3307f576bc698fbb9e"
},
"exceptionHandler": {
"exceptions": [
Expand Down Expand Up @@ -4884,18 +4913,11 @@
}
},
"toggleReports": {
"state": "enabled",
"rollout": {
"steps": [
{
"percent": 10
}
]
}
"state": "enabled"
}
},
"state": "enabled",
"hash": "b337f9c7cf15e7e4807ef232befaa999"
"hash": "66968d9b69520975185476473cc11824"
},
"privacyPro": {
"state": "enabled",
Expand Down Expand Up @@ -5218,7 +5240,8 @@
{
"rule": "static.adsafeprotected.com/iasPET.1.js",
"domains": [
"corriere.it"
"corriere.it",
"independent.co.uk"
]
},
{
Expand Down Expand Up @@ -6894,7 +6917,8 @@
"domains": [
"andieswim.com",
"footweartruth.com",
"kmail-lists.com"
"kmail-lists.com",
"usafacts.org"
]
}
]
Expand Down Expand Up @@ -7107,7 +7131,8 @@
{
"rule": "npttech.com/advertising.js",
"domains": [
"blick.ch"
"blick.ch",
"independent.co.uk"
]
}
]
Expand Down Expand Up @@ -8195,7 +8220,7 @@
"domain": "sundancecatalog.com"
}
],
"hash": "2d627140b59bca8b8edbc236e79cd46e"
"hash": "2d5ce26ddae089bcb61e4f4a0b1ae487"
},
"trackingCookies1p": {
"settings": {
Expand Down

0 comments on commit 05aa76a

Please sign in to comment.