Skip to content

Commit

Permalink
Merge release/1.89.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored May 20, 2024
2 parents 40b9e6c + f8ac63b commit ba2f0ae
Show file tree
Hide file tree
Showing 6 changed files with 565 additions and 12 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 = 189
CURRENT_PROJECT_VERSION = 190
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 1.88.0
MARKETING_VERSION = 1.89.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 = "\"e1744d6617db82fc621d71131270b348\""
public static let embeddedDataSHA = "60bbae2f81deb1d44f6d192d063f8798ac09d927db0decfd7d994568b614392d"
public static let embeddedDataETag = "\"f2379428bfb9f97dffb6f9e700c27840\""
public static let embeddedDataSHA = "0fb9abce9db169dec195c611c4520a8d643f620c3dc1bf075c73052591f7acf4"
}

var embeddedDataEtag: String {
Expand Down
4 changes: 2 additions & 2 deletions DuckDuckGo/ContentBlocker/AppTrackerDataSetProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import BrowserServicesKit
final class AppTrackerDataSetProvider: EmbeddedDataProvider {

public struct Constants {
public static let embeddedDataETag = "\"ef8ebcc98d8abccca793c7e04422b160\""
public static let embeddedDataSHA = "e2e8e5e191df54227222fbb0545a7eb8634b1156a69182323981bb6aed2c639d"
public static let embeddedDataETag = "\"004872ea25514c61490f047cd5f088b8\""
public static let embeddedDataSHA = "4a06a3df999fad7829baecc9ccfcbc54c20526ba304f6c5f2846899d29b281cc"
}

var embeddedDataEtag: String {
Expand Down
95 changes: 90 additions & 5 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": 1715350028654,
"version": 1716212212537,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -300,6 +300,9 @@
{
"domain": "hertz.com"
},
{
"domain": "www.thrifty.com"
},
{
"domain": "marvel.com"
},
Expand All @@ -315,7 +318,7 @@
]
},
"state": "enabled",
"hash": "cf3197bc061274e9c23a870dea493b9a"
"hash": "6ea22969c48f1cb624808cd49a296f4d"
},
"autofill": {
"exceptions": [
Expand Down Expand Up @@ -2636,6 +2639,15 @@
}
]
},
{
"domain": "genius.com",
"rules": [
{
"selector": "[class^='DfpAd']",
"type": "hide"
}
]
},
{
"domain": "getpocket.com",
"rules": [
Expand Down Expand Up @@ -3026,6 +3038,27 @@
}
]
},
{
"domain": "livestrong.com",
"rules": [
{
"selector": ".component-ar-horizontal-bar-ad",
"type": "hide-empty"
},
{
"selector": ".component-article-section-votd-container-outer",
"type": "hide-empty"
},
{
"selector": ".inline-ad",
"type": "hide"
},
{
"selector": ".component-header-sticky-ad",
"type": "hide"
}
]
},
{
"domain": "macrumors.com",
"rules": [
Expand Down Expand Up @@ -3289,6 +3322,19 @@
}
]
},
{
"domain": "obsev.com",
"rules": [
{
"selector": ".my-10",
"type": "hide-empty"
},
{
"selector": "[class^='Ad_ad']",
"type": "hide"
}
]
},
{
"domain": "oceanofcompressed.xyz",
"rules": [
Expand Down Expand Up @@ -3473,6 +3519,15 @@
}
]
},
{
"domain": "quora.com",
"rules": [
{
"selector": "#onetap_google_intermediate_iframe",
"type": "hide"
}
]
},
{
"domain": "qz.com",
"rules": [
Expand Down Expand Up @@ -4236,6 +4291,15 @@
}
]
},
{
"domain": "xhamster.com",
"rules": [
{
"selector": "#credential_picker_container",
"type": "override"
}
]
},
{
"domain": "first-party.site",
"rules": [
Expand Down Expand Up @@ -4290,7 +4354,7 @@
]
},
"state": "enabled",
"hash": "893bd7422971b3a7b4c6e02cdfc6332d"
"hash": "9a895fea083dabb6e3496242636a8370"
},
"exceptionHandler": {
"exceptions": [
Expand Down Expand Up @@ -6839,6 +6903,16 @@
}
]
},
"igodigital.com": {
"rules": [
{
"rule": "collect.igodigital.com/collect.js",
"domains": [
"goodwillfinds.com"
]
}
]
},
"iheart.com": {
"rules": [
{
Expand Down Expand Up @@ -7936,7 +8010,8 @@
{
"rule": "sundaysky.com",
"domains": [
"bankofamerica.com"
"bankofamerica.com",
"idnotify.com"
]
}
]
Expand Down Expand Up @@ -8333,6 +8408,16 @@
}
]
},
"rbcroyalbank.com": {
"rules": [
{
"rule": "collect.rbcroyalbank.com/collect.js",
"domains": [
"goodwillfinds.com"
]
}
]
},
"canadapost-postescanada.ca": {
"rules": [
{
Expand Down Expand Up @@ -8373,7 +8458,7 @@
"domain": "sundancecatalog.com"
}
],
"hash": "2dd3c945cc9811719be893edcd79682e"
"hash": "d9db93f32201ee8d2e545eeead7cc66f"
},
"trackingCookies1p": {
"settings": {
Expand Down
Loading

0 comments on commit ba2f0ae

Please sign in to comment.