Skip to content

Commit

Permalink
Release 7.121.0-0 (#2881)
Browse files Browse the repository at this point in the history
  • Loading branch information
THISISDINOSAUR authored May 21, 2024
1 parent 0921eaf commit d96ee2a
Show file tree
Hide file tree
Showing 8 changed files with 611 additions and 42 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.120.0
MARKETING_VERSION = 7.121.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 = "\"d461a0963852dfd95725e38b37331d70\""
public static let embeddedDataSHA = "fd621ac31485c2ad47d99f8705ee52e3e34e1251d964e7e7232cdf5f5b0cbbaf"
public static let embeddedDataETag = "\"e9c1178b9f9d725dd3f182c7847e848b\""
public static let embeddedDataSHA = "c64ce5c56a9cd93b5479f4997b34835992d06f85b5a00e2df5b8b3fde1796369"
}

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 = "\"ef8ebcc98d8abccca793c7e04422b160\""
public static let embeddedDataSHA = "e2e8e5e191df54227222fbb0545a7eb8634b1156a69182323981bb6aed2c639d"
public static let embeddedDataETag = "\"004872ea25514c61490f047cd5f088b8\""
public static let embeddedDataSHA = "4a06a3df999fad7829baecc9ccfcbc54c20526ba304f6c5f2846899d29b281cc"
}

public var embeddedDataEtag: String {
Expand Down
109 changes: 103 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": 1715597796155,
"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 Down Expand Up @@ -337,7 +340,7 @@
}
}
},
"hash": "b7d8dac447260fb747353606c105a298"
"hash": "8ba3daa77d86d04b7dc15bb7ac36d768"
},
"autofill": {
"exceptions": [
Expand Down Expand Up @@ -2647,6 +2650,15 @@
}
]
},
{
"domain": "genius.com",
"rules": [
{
"selector": "[class^='DfpAd']",
"type": "hide"
}
]
},
{
"domain": "getpocket.com",
"rules": [
Expand Down Expand Up @@ -3037,6 +3049,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 @@ -3300,6 +3333,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 @@ -3484,6 +3530,15 @@
}
]
},
{
"domain": "quora.com",
"rules": [
{
"selector": "#onetap_google_intermediate_iframe",
"type": "hide"
}
]
},
{
"domain": "qz.com",
"rules": [
Expand Down Expand Up @@ -4247,6 +4302,15 @@
}
]
},
{
"domain": "xhamster.com",
"rules": [
{
"selector": "#credential_picker_container",
"type": "override"
}
]
},
{
"domain": "first-party.site",
"rules": [
Expand Down Expand Up @@ -4301,7 +4365,7 @@
]
},
"state": "enabled",
"hash": "9e553bf9eb5663dea0b7b381f18137ff"
"hash": "659ee3a53847979bf626ff368c20fc57"
},
"exceptionHandler": {
"exceptions": [
Expand Down Expand Up @@ -4751,7 +4815,19 @@
"history": {
"state": "enabled",
"exceptions": [],
"hash": "697382e31649d84b01166f1dc6f790d6"
"features": {
"onByDefault": {
"state": "enabled",
"rollout": {
"steps": [
{
"percent": 25
}
]
}
}
},
"hash": "74e191a1c2e553a121ad8f5d561d12cb"
},
"https": {
"state": "enabled",
Expand Down Expand Up @@ -6681,6 +6757,16 @@
}
]
},
"igodigital.com": {
"rules": [
{
"rule": "collect.igodigital.com/collect.js",
"domains": [
"goodwillfinds.com"
]
}
]
},
"iheart.com": {
"rules": [
{
Expand Down Expand Up @@ -7778,7 +7864,8 @@
{
"rule": "sundaysky.com",
"domains": [
"bankofamerica.com"
"bankofamerica.com",
"idnotify.com"
]
}
]
Expand Down Expand Up @@ -8175,6 +8262,16 @@
}
]
},
"rbcroyalbank.com": {
"rules": [
{
"rule": "collect.rbcroyalbank.com/collect.js",
"domains": [
"goodwillfinds.com"
]
}
]
},
"canadapost-postescanada.ca": {
"rules": [
{
Expand Down Expand Up @@ -8215,7 +8312,7 @@
"domain": "sundancecatalog.com"
}
],
"hash": "9d27a37af261c74dd1cc7c960a7a6265"
"hash": "d667a9b7a3d72a97c26bb0811ea71283"
},
"trackingCookies1p": {
"settings": {
Expand Down
Loading

0 comments on commit d96ee2a

Please sign in to comment.