Skip to content

Commit

Permalink
Merge release/1.92.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Jun 10, 2024
2 parents 2746b6c + faa7efe commit 8bf88df
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Configuration/BuildNumber.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 199
CURRENT_PROJECT_VERSION = 200
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 1.91.0
MARKETING_VERSION = 1.92.0
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import BrowserServicesKit
final class AppPrivacyConfigurationDataProvider: EmbeddedDataProvider {

public struct Constants {
public static let embeddedDataETag = "\"9d50b5b84e7af8091afd5e974da66fa5\""
public static let embeddedDataSHA = "f2b2e252e1c9310bd5b2e14949669c8ba67ad8444b1071ef21e15ca494c5375d"
public static let embeddedDataETag = "\"c46f529760ac695b143fb664350ad760\""
public static let embeddedDataSHA = "00383f1d5e5e8b5da067c1527ed88027093422c85f362fcfa95cda12c5870987"
}

var embeddedDataEtag: String {
Expand Down
16 changes: 13 additions & 3 deletions DuckDuckGo/ContentBlocker/macos-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"readme": "https://github.com/duckduckgo/privacy-configuration",
"version": 1717171433682,
"version": 1717679238533,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -1951,6 +1951,14 @@
{
"selector": "#credential_picker_container",
"type": "override"
},
{
"selector": ".shop-display-ad",
"type": "hide-empty"
},
{
"selector": ".row.full-bleed-row",
"type": "hide-empty"
}
]
},
Expand Down Expand Up @@ -4419,7 +4427,7 @@
]
},
"state": "enabled",
"hash": "63fc18f451878e2f937e381f67d05581"
"hash": "4ba5333801a460fca5bf360d684fa994"
},
"exceptionHandler": {
"exceptions": [
Expand Down Expand Up @@ -6542,6 +6550,7 @@
{
"rule": "google-analytics.com/analytics.js",
"domains": [
"docs.llamaindex.ai",
"doterra.com",
"easyjet.com",
"edx.org",
Expand Down Expand Up @@ -6719,6 +6728,7 @@
"algomalegalclinic.com",
"bodyelectricvitality.com.au",
"cosmicbook.news",
"docs.llamaindex.ai",
"eatroyo.com",
"thesimsresource.com",
"tradersync.com",
Expand Down Expand Up @@ -8555,7 +8565,7 @@
"domain": "sundancecatalog.com"
}
],
"hash": "c117c47ceb4270ad4dcf16bdd888b8b4"
"hash": "af06003f902448cd26fd4e538e64e70f"
},
"trackingCookies1p": {
"settings": {
Expand Down

0 comments on commit 8bf88df

Please sign in to comment.