Skip to content

Commit

Permalink
Merge release/1.103.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Aug 19, 2024
2 parents 8128f72 + 887fc3e commit 98d7746
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 22 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 = 245
CURRENT_PROJECT_VERSION = 246
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 1.102.0
MARKETING_VERSION = 1.103.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 = "\"984fa972f7e1c1268029ce326d253b20\""
public static let embeddedDataSHA = "d46728fd2bef22a3705d986e92497611d3544a37cfadbf4071a36f9ab79cbe1d"
public static let embeddedDataETag = "\"60a7573208b3468e30391f023f68c361\""
public static let embeddedDataSHA = "03ea154ce4b6a1f96533b49e05e33b87f69b97d0bef23a5872ede6be4d061dec"
}

var embeddedDataEtag: String {
Expand Down
91 changes: 73 additions & 18 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": 1723142919820,
"version": 1724097047421,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -363,7 +363,12 @@
]
},
"state": "enabled",
"hash": "ee9a64bd4f869975e27812b48f8a2061"
"features": {
"filterlistExperiment": {
"state": "enabled"
}
},
"hash": "d9a57acae7aadd9377e59b3f803728b1"
},
"autofillBreakageReporter": {
"state": "disabled",
Expand All @@ -387,6 +392,37 @@
},
"hash": "1832dd4088cba6eaf3a9776a6fc9a1f5"
},
"breakageReporting": {
"state": "disabled",
"exceptions": [
{
"domain": "marvel.com"
},
{
"domain": "sundancecatalog.com"
},
{
"domain": "noaprints.com"
},
{
"domain": "flexmls.com"
},
{
"domain": "instructure.com"
}
],
"hash": "37e0cf88badfc8b01b6394f0884502f6"
},
"brokenSitePrompt": {
"state": "disabled",
"exceptions": [],
"settings": {
"maxDismissStreak": 3,
"dismissStreakResetDays": 30,
"coolDownDays": 7
},
"hash": "f93d54aff00a2110443fffcd8b3f26c9"
},
"brokenSiteReportExperiment": {
"exceptions": [],
"state": "disabled",
Expand Down Expand Up @@ -1357,10 +1393,12 @@
"state": "enabled"
},
"autoplay": {
"state": "disabled"
"state": "enabled",
"minSupportedVersion": "1.103.0"
},
"openInNewTab": {
"state": "disabled"
"state": "enabled",
"minSupportedVersion": "1.101.0"
}
},
"settings": {
Expand Down Expand Up @@ -1427,7 +1465,7 @@
]
},
"state": "enabled",
"hash": "5ccb9e0379c691ea67bb2e73ba0ac194"
"hash": "6940b6c86bc86c501deef031208acdca"
},
"elementHiding": {
"exceptions": [
Expand Down Expand Up @@ -4026,6 +4064,15 @@
}
]
},
{
"domain": "signupgenius.com",
"rules": [
{
"selector": ".mktg",
"type": "hide"
}
]
},
{
"domain": "skysports.com",
"rules": [
Expand Down Expand Up @@ -4693,7 +4740,7 @@
]
},
"state": "enabled",
"hash": "4e344fae2b186575742da5eedccb5e86"
"hash": "a68277763576ac92bfbbefa717bb78c0"
},
"exceptionHandler": {
"exceptions": [
Expand Down Expand Up @@ -5141,6 +5188,9 @@
{
"domain": "npr.org"
},
{
"domain": "norton.com"
},
{
"domain": "marvel.com"
},
Expand All @@ -5166,7 +5216,7 @@
"privacy-test-pages.site"
]
},
"hash": "c299dcdfe928b8fb57fcb671d22680c8"
"hash": "1f76ccef190bbe46af6766d2efcb4da3"
},
"harmfulApis": {
"settings": {
Expand Down Expand Up @@ -5738,6 +5788,19 @@
},
"hash": "abe9584048f7f8157f71a14e7914cb1c"
},
"syncPromotion": {
"state": "enabled",
"features": {
"bookmarks": {
"state": "enabled"
},
"passwords": {
"state": "enabled"
}
},
"exceptions": [],
"hash": "8081a0cf08f5bbda622df55361c72cfe"
},
"sync": {
"state": "enabled",
"features": {
Expand Down Expand Up @@ -6047,16 +6110,6 @@
}
]
},
"amazon.dev": {
"rules": [
{
"rule": "prime.amazon.dev",
"domains": [
"<all>"
]
}
]
},
"amazonaws.com": {
"rules": [
{
Expand Down Expand Up @@ -7376,6 +7429,7 @@
"pointstreaksites.com",
"post-gazette.com",
"raleighcw.com",
"signupgenius.com",
"siouxlandnews.com",
"southernoregoncw.com",
"star64.tv",
Expand Down Expand Up @@ -8314,6 +8368,7 @@
{
"rule": "a.pub.network/core/prebid-universal-creative.js",
"domains": [
"signupgenius.com",
"titantv.com"
]
}
Expand Down Expand Up @@ -9118,7 +9173,7 @@
"domain": "instructure.com"
}
],
"hash": "5b165417204a223eecb181ae535bc194"
"hash": "b5f1a24bc6fb5801f91ab2e6c5067ff4"
},
"trackingCookies1p": {
"settings": {
Expand Down

0 comments on commit 98d7746

Please sign in to comment.