Skip to content

Commit

Permalink
Release 7.112.0-0 (#2572)
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy authored Mar 11, 2024
1 parent e097149 commit 0ca189d
Show file tree
Hide file tree
Showing 7 changed files with 1,270 additions and 818 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.111.0
MARKETING_VERSION = 7.112.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 = "\"a427a69043b2baa27604bc10edb13de1\""
public static let embeddedDataSHA = "1d5c2e4113713fbf02bc617fc689981604ea53be172569a9fd744054b7355c39"
public static let embeddedDataETag = "\"73cfb8d6f397fd1de921f057db1bcc44\""
public static let embeddedDataSHA = "3debb4a1e5c6cc292b3c03d9ea6ce4daa8073ab0c033131f2f8dbe1f752dfaf1"
}

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

public struct Constants {
public static let embeddedDataETag = "\"0b6a7a2629abc170a505b92aebd67017\""
public static let embeddedDataSHA = "32cd805f6be415e77affdf51929494c7add6363234cef58ea8b53ca3a08c86d4"
public static let embeddedDataETag = "\"07bd7f610e3fa234856abcc2b56ab10e\""
public static let embeddedDataSHA = "1d7ef8f4c5a717a5d82f43383e33290021358d6255db12b6fdd0928e28d123ee"
}

public var embeddedDataEtag: String {
Expand Down
33 changes: 28 additions & 5 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": 1709563256742,
"version": 1710155313369,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -261,6 +261,9 @@
{
"domain": "newsmax.com"
},
{
"domain": "meneame.net"
},
{
"domain": "earth.google.com"
},
Expand Down Expand Up @@ -305,7 +308,7 @@
}
}
},
"hash": "b72f756b119c762183d04867e8927892"
"hash": "7401ca90e7ef3907f1c0f8cdf163b994"
},
"autofill": {
"exceptions": [
Expand Down Expand Up @@ -3009,6 +3012,9 @@
{
"domain": "newser.com",
"rules": [
{
"type": "disable-default"
},
{
"selector": ".RightRailAds",
"type": "hide-empty"
Expand Down Expand Up @@ -3999,7 +4005,7 @@
]
},
"state": "enabled",
"hash": "70c18c8d5c08210844cb238822888fd7"
"hash": "065f70c0112e8f3a149bf4bc56f35203"
},
"exceptionHandler": {
"exceptions": [
Expand Down Expand Up @@ -4926,6 +4932,16 @@
}
]
},
"adition.com": {
"rules": [
{
"rule": "ad3.adfarm1.adition.com/js",
"domains": [
"servustv.com"
]
}
]
},
"adlightning.com": {
"rules": [
{
Expand Down Expand Up @@ -5567,7 +5583,8 @@
"rule": "dpm.demdex.net/id",
"domains": [
"dhl.de",
"homedepot.com"
"homedepot.com",
"sbs.com.au"
]
}
]
Expand Down Expand Up @@ -5917,6 +5934,12 @@
"channel4.com"
]
},
{
"rule": "2a7e9.v.fwmrm.net/ad/l/1",
"domains": [
"channel4.com"
]
},
{
"rule": "7cbf2.v.fwmrm.net/ad/g/1",
"domains": [
Expand Down Expand Up @@ -7826,7 +7849,7 @@
"domain": "sundancecatalog.com"
}
],
"hash": "6768849b4f63b2e635698ac9dde79aa3"
"hash": "cff67ed6fc2962e0016ac3c65b6e4633"
},
"trackingCookies1p": {
"settings": {
Expand Down
Loading

0 comments on commit 0ca189d

Please sign in to comment.