Skip to content

Commit

Permalink
Merge release/1.109.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Oct 7, 2024
2 parents 7175b0e + ff12de3 commit ea500f6
Show file tree
Hide file tree
Showing 6 changed files with 3,309 additions and 3,679 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 = 275
CURRENT_PROJECT_VERSION = 277
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 1.108.0
MARKETING_VERSION = 1.109.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 = "\"af4292ab062589dbd1b20267213141d9\""
public static let embeddedDataSHA = "b4bcc219e36b5347eba5bf0331fd83ee629ea762f9545fee6daee54bbe6d29c1"
public static let embeddedDataETag = "\"ebe354ac4c71b9302b883dffc03934f4\""
public static let embeddedDataSHA = "607cd95cd77335a685ff9fa6fd2be98bdae1d32a82ff0562741cd6e233a713c8"
}

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

public struct Constants {
public static let embeddedDataETag = "\"f6be90988021838a1cab882b0ae57193\""
public static let embeddedDataSHA = "f8d0526b250fc607449a94fbd45b3010794a06ee46eece80ce9855d449f23180"
public static let embeddedDataETag = "\"5dae8e5ffd7a42a396fad649ad997bac\""
public static let embeddedDataSHA = "277bef7af137a8e4153e9ce971552739dcae8a353178fb81ffddbb9958584c32"
}

var embeddedDataEtag: String {
Expand Down
39 changes: 34 additions & 5 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": 1726941271398,
"version": 1728095993160,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -479,6 +479,11 @@
"state": "disabled",
"hash": "728493ef7a1488e4781656d3f9db84aa"
},
"changeOmnibarPosition": {
"exceptions": [],
"state": "disabled",
"hash": "728493ef7a1488e4781656d3f9db84aa"
},
"clickToLoad": {
"exceptions": [
{
Expand Down Expand Up @@ -1255,11 +1260,14 @@
{
"domain": "flexmls.com"
},
{
"domain": "wjla.com"
},
{
"domain": "instructure.com"
}
],
"hash": "96b2f778bab196aa424e9c859ddea778"
"hash": "d02882dcee87a42b7d29bb6f2e21b4ca"
},
"cookie": {
"settings": {
Expand Down Expand Up @@ -5596,11 +5604,14 @@
}
]
}
},
"userTips": {
"state": "enabled"
}
},
"exceptions": [],
"minSupportedVersion": "1.57.1",
"hash": "4bacd51337ffd170f9947420bf36b875"
"hash": "8e20176b0569977f35a9897a40882627"
},
"newTabContinueSetUp": {
"exceptions": [],
Expand All @@ -5620,6 +5631,11 @@
},
"hash": "cbd62a1a63a829da0277ca045a311eb2"
},
"newTabSearchField": {
"state": "internal",
"exceptions": [],
"hash": "f1daaefe788583c2a00d7d19a23864a7"
},
"nonTracking3pCookies": {
"settings": {
"excludedCookieDomains": []
Expand Down Expand Up @@ -5887,6 +5903,12 @@
"settings": {},
"hash": "dfede9f06b9e322e198736703d013d15"
},
"sendFullPackageInstallSource": {
"state": "enabled",
"settings": {},
"exceptions": [],
"hash": "26d319ff4b2f43012a287b5f35a8db3a"
},
"serviceworkerInitiatedRequests": {
"exceptions": [
{
Expand Down Expand Up @@ -6839,6 +6861,7 @@
"nytimes.com",
"realmadrid.com",
"rocketnews24.com",
"solitaired.com",
"stuff.co.nz",
"uwbadgers.com",
"wunderground.com",
Expand Down Expand Up @@ -7085,7 +7108,8 @@
"bandsintown.com",
"mytrackman.com",
"nextdoor.co.uk",
"nextdoor.com"
"nextdoor.com",
"solitaired.com"
]
},
{
Expand Down Expand Up @@ -9337,7 +9361,7 @@
"domain": "instructure.com"
}
],
"hash": "a25d6ff5573cba01207d2793440b370b"
"hash": "1cf339c9f618be0304f90f0f48a7b6cf"
},
"trackingCookies1p": {
"settings": {
Expand Down Expand Up @@ -9774,6 +9798,11 @@
"state": "disabled",
"hash": "728493ef7a1488e4781656d3f9db84aa"
},
"windowsFireWindow": {
"exceptions": [],
"state": "disabled",
"hash": "728493ef7a1488e4781656d3f9db84aa"
},
"windowsPermissionUsage": {
"exceptions": [],
"state": "disabled",
Expand Down
Loading

0 comments on commit ea500f6

Please sign in to comment.