Skip to content

Commit

Permalink
Release 7.119.0-0 (#2831)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp authored May 7, 2024
1 parent b1aa99e commit a776029
Show file tree
Hide file tree
Showing 6 changed files with 117 additions and 46 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.118.0
MARKETING_VERSION = 7.119.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 = "\"3985f110d16d3b71dce40191816ad03b\""
public static let embeddedDataSHA = "c3b1efbc76d21e6ecd30f33e26990b149ca8d22fbebecf48add9ffd7d8011450"
public static let embeddedDataETag = "\"84a722a2bdac05ddead148e48b472866\""
public static let embeddedDataSHA = "27a7da6833a5f9ebd77e90dd6832b214f4b049e7c1a128708d6c40213344ceba"
}

public var embeddedDataEtag: String {
Expand Down
94 changes: 84 additions & 10 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": 1714380838297,
"version": 1715089103665,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -294,6 +294,9 @@
{
"domain": "www.michelinman.com"
},
{
"domain": "malmostadsteater.se"
},
{
"domain": "marvel.com"
},
Expand Down Expand Up @@ -331,15 +334,12 @@
}
}
},
"hash": "d8b00554567fbee5603e8d141e57b091"
"hash": "b920b816d8bae4d780f40472367d33a6"
},
"autofill": {
"exceptions": [
{
"domain": "roll20.net"
},
{
"domain": "rumble.com"
}
],
"state": "enabled",
Expand Down Expand Up @@ -382,7 +382,7 @@
}
}
},
"hash": "ffaa2e81fb2bf264cb5ce2dadac549e1"
"hash": "bd604dcd1f7bb584185f0c1cb94a5771"
},
"clickToLoad": {
"exceptions": [
Expand Down Expand Up @@ -3539,6 +3539,15 @@
}
]
},
{
"domain": "realtor.com",
"rules": [
{
"selector": ".ads_container",
"type": "hide"
}
]
},
{
"domain": "reddit.com",
"rules": [
Expand Down Expand Up @@ -4289,7 +4298,7 @@
]
},
"state": "enabled",
"hash": "81163c0a36336ae398f48239b7ac5b4c"
"hash": "9e553bf9eb5663dea0b7b381f18137ff"
},
"exceptionHandler": {
"exceptions": [
Expand Down Expand Up @@ -5715,6 +5724,16 @@
}
]
},
"curalate.com": {
"rules": [
{
"rule": "edge.curalate.com/sites/",
"domains": [
"<all>"
]
}
]
},
"cxense.com": {
"rules": [
{
Expand Down Expand Up @@ -5915,6 +5934,12 @@
"domains": [
"<all>"
]
},
{
"rule": "st.dynamicyield.com/st",
"domains": [
"harborfreight.com"
]
}
]
},
Expand Down Expand Up @@ -6040,6 +6065,28 @@
}
]
},
"facebook.com": {
"rules": [
{
"rule": "facebook.com/plugins/customer_chat/",
"domains": [
"danibowman.com"
]
},
{
"rule": "facebook.com/v6.0/plugins/customer_chat/",
"domains": [
"danibowman.com"
]
},
{
"rule": "facebook.com/v6.0/plugins/customerchat.php",
"domains": [
"danibowman.com"
]
}
]
},
"facebook.net": {
"rules": [
{
Expand All @@ -6055,6 +6102,12 @@
"domains": [
"nordicwellness.se"
]
},
{
"rule": "connect.facebook.net/en_US/sdk/xfbml.customerchat.js",
"domains": [
"danibowman.com"
]
}
]
},
Expand Down Expand Up @@ -6550,6 +6603,16 @@
}
]
},
"grow.me": {
"rules": [
{
"rule": "grow.me/main.js",
"domains": [
"budgetbytes.com"
]
}
]
},
"gstatic.com": {
"rules": [
{
Expand Down Expand Up @@ -6589,6 +6652,12 @@
"domains": [
"<all>"
]
},
{
"rule": "api.hubspot.com/livechat-public/v1/message/public",
"domains": [
"<all>"
]
}
]
},
Expand Down Expand Up @@ -6989,8 +7058,7 @@
{
"rule": "connect.nosto.com/script/shopify/nosto.js",
"domains": [
"oneill.com",
"thefryecompany.com"
"<all>"
]
}
]
Expand Down Expand Up @@ -7040,6 +7108,12 @@
"cigna.com"
]
},
{
"rule": "altriagroupinc.tt.omtrdc.net/rest/v1/delivery",
"domains": [
"marlboro.com"
]
},
{
"rule": "omtrdc.net",
"domains": [
Expand Down Expand Up @@ -8119,7 +8193,7 @@
"domain": "sundancecatalog.com"
}
],
"hash": "da10a46e71d682e23ef44fca926c9541"
"hash": "f2d857a6f3ddf32e4d22f1202a0e19e7"
},
"trackingCookies1p": {
"settings": {
Expand Down
Loading

0 comments on commit a776029

Please sign in to comment.