Skip to content

Commit

Permalink
Release 7.132.0-0 (#3194)
Browse files Browse the repository at this point in the history
Please make sure all GH checks passed before merging. It can take around
20 minutes.
Briefly review this PR to see if there are no issues or red flags and
then merge it.
  • Loading branch information
miasma13 authored Aug 5, 2024
1 parent bc95837 commit 87ca61b
Show file tree
Hide file tree
Showing 8 changed files with 11,149 additions and 2,262 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.131.0
MARKETING_VERSION = 7.132.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 = "\"fe3d3799b2bb2167720194f93ada4e43\""
public static let embeddedDataSHA = "4039eb5c4fcaa8806f0058b70c96e25db5d21c481e3ad607393726eb9cb0c361"
public static let embeddedDataETag = "\"c2739bfb56babbdfb6c1bfaf2446ab76\""
public static let embeddedDataSHA = "76782f36ca36d0eb14bd73944ab76f5fa718af4e099f5e6e00edcec5a7ee4a04"
}

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 = "\"ea184137cdaa19ca5de76352215a9e0e\""
public static let embeddedDataSHA = "faa4dfbef4903710374b153c9a87e09b713fc19d64fa0bcfd1fd392fff93af21"
public static let embeddedDataETag = "\"077374b1c16cef9527d8bf11f59374a8\""
public static let embeddedDataSHA = "6a9794936a6f569cc7c442a3b03802e220a7b194d6ab07e0459feb456fba92a1"
}

public var embeddedDataEtag: String {
Expand Down
46 changes: 40 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": 1721993813540,
"version": 1722878378366,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -326,6 +326,12 @@
{
"domain": "harley-davidson.com"
},
{
"domain": "dailymail.co.uk"
},
{
"domain": "newsforkids.net"
},
{
"domain": "marvel.com"
},
Expand Down Expand Up @@ -370,7 +376,7 @@
}
}
},
"hash": "ed7034e7eae6ab8575375dd938a5e954"
"hash": "08df6c3e54da19c0005e0a281e6b9aa5"
},
"autofillBreakageReporter": {
"state": "enabled",
Expand Down Expand Up @@ -424,9 +430,19 @@
}
]
}
},
"onForExistingUsers": {
"state": "enabled",
"rollout": {
"steps": [
{
"percent": 10
}
]
}
}
},
"hash": "bd604dcd1f7bb584185f0c1cb94a5771"
"hash": "2408c5de35db50491d915a9c8f3c8388"
},
"brokenSiteReportExperiment": {
"exceptions": [],
Expand Down Expand Up @@ -1327,7 +1343,7 @@
"exceptions": [],
"features": {
"pip": {
"state": "disabled"
"state": "enabled"
},
"autoplay": {
"state": "disabled"
Expand Down Expand Up @@ -1400,7 +1416,7 @@
]
},
"state": "disabled",
"hash": "17689d71b3f20a31d01c050bd5cba1ee"
"hash": "454c014ddd259aaae2b8c30e51ddfbbc"
},
"elementHiding": {
"exceptions": [
Expand Down Expand Up @@ -1932,6 +1948,7 @@
"ad feedback",
"annonse",
"anzeige",
"close",
"close ad",
"close this ad",
"content continues below",
Expand Down Expand Up @@ -2100,6 +2117,15 @@
}
]
},
{
"domain": "asuracomic.net",
"rules": [
{
"selector": ".h12container",
"type": "hide"
}
]
},
{
"domain": "avito.ru",
"rules": [
Expand Down Expand Up @@ -2509,10 +2535,18 @@
"selector": ".topbanner-wrap",
"type": "hide"
},
{
"selector": ".display-ad-leaderboard",
"type": "hide-empty"
},
{
"selector": ".display-ad-wrapper",
"type": "hide-empty"
},
{
"selector": ".display-ad-wrap",
"type": "hide-empty"
},
{
"selector": "[id*='ddc-sidebox-ad-stacked-wrap']",
"type": "hide-empty"
Expand Down Expand Up @@ -4642,7 +4676,7 @@
]
},
"state": "enabled",
"hash": "d2c2fb2d96cd435c4baaee4c45d11801"
"hash": "0f1079be6e20f32fa57b93891a52e6c8"
},
"exceptionHandler": {
"exceptions": [
Expand Down
Loading

0 comments on commit 87ca61b

Please sign in to comment.