Skip to content

Commit

Permalink
Merge tag '7.123.0-0'
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaresiak committed Jun 4, 2024
2 parents 22a6db2 + 2aad47f commit e5c1029
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 41 deletions.
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 7.122.0
MARKETING_VERSION = 7.123.0
4 changes: 2 additions & 2 deletions Core/AppPrivacyConfigurationDataProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import BrowserServicesKit
final public class AppPrivacyConfigurationDataProvider: EmbeddedDataProvider {

public struct Constants {
public static let embeddedDataETag = "\"81e5722b1fef45e0e8f0332b500d12d8\""
public static let embeddedDataSHA = "e0f7b8e519cb818fdf512e0ee9251f176f1ed6ed283d2b6c865f264e23eae377"
public static let embeddedDataETag = "\"36c78de66c85602ab5f7b27b5dc5fa3c\""
public static let embeddedDataSHA = "4983dd4691181b5285887b10dffe2f8fa7a0a4328b47ddf66019e55bc5485d4b"
}

public var embeddedDataEtag: String {
Expand Down
67 changes: 61 additions & 6 deletions Core/ios-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"readme": "https://github.com/duckduckgo/privacy-configuration",
"version": 1716814163860,
"version": 1717171433682,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -2081,6 +2081,15 @@
}
]
},
{
"domain": "canalrcn.com",
"rules": [
{
"selector": ".pauta-en-vivo-mobile",
"type": "hide-empty"
}
]
},
{
"domain": "carandclassic.com",
"rules": [
Expand Down Expand Up @@ -2355,6 +2364,15 @@
}
]
},
{
"domain": "economist.com",
"rules": [
{
"selector": "[class^='adComponent']",
"type": "hide-empty"
}
]
},
{
"domain": "elpais.com",
"rules": [
Expand Down Expand Up @@ -3732,6 +3750,15 @@
}
]
},
{
"domain": "shattovet.com",
"rules": [
{
"selector": "[class*='advertising']",
"type": "override"
}
]
},
{
"domain": "si.com",
"rules": [
Expand Down Expand Up @@ -4234,7 +4261,7 @@
},
{
"selector": "[class*='sdaContainer']",
"type": "hide-empty"
"type": "hide"
}
]
},
Expand Down Expand Up @@ -4295,6 +4322,14 @@
{
"selector": ".parallax-container",
"type": "hide-empty"
},
{
"selector": "div:has(.react-parallax)",
"type": "hide"
},
{
"selector": "[id^=div-gpt-ad-]",
"type": "closest-empty"
}
]
},
Expand Down Expand Up @@ -4396,7 +4431,7 @@
]
},
"state": "enabled",
"hash": "4403e14c942cbd375d40b9eddbdc7115"
"hash": "adc17fadc45c61f4a27fbf94b4980bdd"
},
"exceptionHandler": {
"exceptions": [
Expand Down Expand Up @@ -4718,6 +4753,9 @@
{
"domain": "dollargeneral.com"
},
{
"domain": "monstergear.monsterenergy.com"
},
{
"domain": "marvel.com"
},
Expand All @@ -4737,7 +4775,7 @@
"privacy-test-pages.site"
]
},
"hash": "8d421aba941721a80861bdc2aec73ed8"
"hash": "7fa15dd3c7d9b3a318088d6414653c66"
},
"harmfulApis": {
"settings": {
Expand Down Expand Up @@ -6737,6 +6775,12 @@
"domains": [
"foodfornet.com"
]
},
{
"rule": "grow.me",
"domains": [
"grilledcheesesocial.com"
]
}
]
},
Expand Down Expand Up @@ -6986,8 +7030,12 @@
"rule": "klaviyo.com/",
"domains": [
"andieswim.com",
"dreamfarm.com",
"footweartruth.com",
"holdonbags.com",
"kmail-lists.com",
"nestlenutritionstore.com",
"organakratom.com",
"usafacts.org"
]
}
Expand Down Expand Up @@ -7016,6 +7064,12 @@
"domains": [
"<all>"
]
},
{
"rule": "listrakbi.com",
"domains": [
"fsastore.com"
]
}
]
},
Expand Down Expand Up @@ -7137,7 +7191,8 @@
{
"rule": "monetate.net",
"domains": [
"kleen-ritecorp.com"
"kleen-ritecorp.com",
"qvc.com"
]
}
]
Expand Down Expand Up @@ -8355,7 +8410,7 @@
"domain": "sundancecatalog.com"
}
],
"hash": "37e67043d8e92bcf5c31e05a7ccf065d"
"hash": "3bda09ff6f21176dfe44ef81e7dc2234"
},
"trackingCookies1p": {
"settings": {
Expand Down
Loading

0 comments on commit e5c1029

Please sign in to comment.