Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 7.80.1 #1873

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 7.81.0
MARKETING_VERSION = 7.80.1
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 = "\"0d822e84f5de45cf121a837396f2ff2d\""
public static let embeddedDataSHA = "885ec5c1b4970f8e134ab0f0fba1c52f15a1944b971cad2e746cadf188c98a8a"
public static let embeddedDataETag = "\"187a04044486b1c52b5b9c0a2379c68e\""
public static let embeddedDataSHA = "3b740cbd15964ee3337b527db1361d00e8b7428054687c29303956d90f3ac222"
}

public var embeddedDataEtag: String {
Expand Down
69 changes: 43 additions & 26 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": 1689939266068,
"version": 1690211959334,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -263,11 +263,12 @@
"settings": {
"disabledCMPs": [
"Sourcepoint-top",
"generic-cosmetic"
"generic-cosmetic",
"usercentrics-api"
]
},
"state": "enabled",
"hash": "061ae814a3faa191155c79e8ead6a836"
"hash": "231f2748b3c017d9b1d8c99bd880151d"
},
"autofill": {
"exceptions": [
Expand Down Expand Up @@ -1235,13 +1236,17 @@
{
"domain": "unclaimedmoneyinfo.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/667"
},
{
"domain": "hulu.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1145"
}
],
"omitVersionSites": []
},
"exceptions": [],
"state": "enabled",
"hash": "a1e5a34a27bdeeb1cfc88a6c0c5a073f"
"hash": "8719ef4adbbdb8859df8269065b0bfdf"
},
"duckPlayer": {
"exceptions": [],
Expand Down Expand Up @@ -1285,6 +1290,14 @@
{
"domain": "bizjournals.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/592"
},
{
"domain": "slate.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/592"
},
{
"domain": "dailycaller.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/592"
}
],
"settings": {
Expand Down Expand Up @@ -2667,7 +2680,7 @@
]
},
"state": "enabled",
"hash": "f9edd0eca02b28a0431e8a6a12495416"
"hash": "01473dc0d60a2117cd16c03fdd11d089"
},
"exceptionHandler": {
"exceptions": [],
Expand Down Expand Up @@ -3726,11 +3739,25 @@
"cxense.com": {
"rules": [
{
"rule": "api.cxense.com/public/widget/data",
"rule": "cxense.com/public/widget",
"domains": [
"<all>"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1143"
},
{
"rule": "cxense.com/cx.js",
"domains": [
"<all>"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1143"
},
{
"rule": "cxense.com/cx.cce.js",
"domains": [
"wsj.com"
"<all>"
],
"reason": "Opinion section article elements do not render. Note that Firefox Enhanced Tracking Protection may prevent mitigation from succeeding on Firefox."
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1143"
}
]
},
Expand Down Expand Up @@ -4249,6 +4276,13 @@
"doterra.com"
],
"reason": "For doterra.com/login/loading, the page shows a loading indicator and never redirects."
},
{
"rule": "www.google-analytics.com/collect",
"domains": [
"youmath.it"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1147"
}
]
},
Expand Down Expand Up @@ -4301,23 +4335,6 @@
"abril.com.br"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/929"
},
{
"rule": "googletagmanager.com/gtm.js",
"domains": [
"aeromexico.com",
"ah.nl",
"al.com",
"bbcgoodfood.com",
"dailyherald.com",
"emirates.com",
"garnethill.com",
"iltalehti.fi",
"kingarthurbaking.com",
"pickfu.com",
"rbcroyalbank.com"
],
"reason": "ah.nl - 'Bonus offer' elements do not render and are not clickable. aeromexico.com, al.com, bbcgoodfood.com, garnethill.com - https://github.com/duckduckgo/privacy-configuration/issues/921 dailyherald.com - Article images render as grey boxes. emirates.com - After filling out login details and clicking to proceed, a loading spinners shows on the proceed button and the login does not progress. iltalehti.fi - Article video renders as a blank box. kingarthurbaking.com - https://github.com/duckduckgo/privacy-configuration/issues/348 pickfu.com - https://github.com/duckduckgo/privacy-configuration/issues/346 rbcroyalbank.com - Investments page renders blank."
}
]
},
Expand Down Expand Up @@ -5558,7 +5575,7 @@
}
},
"exceptions": [],
"hash": "5403037a200cfe1c33ecbdb1c57240c2"
"hash": "87307aff31af1726dab64f640ff77a63"
},
"trackingCookies1p": {
"settings": {
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/Settings.bundle/Root.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<array>
<dict>
<key>DefaultValue</key>
<string>7.81.0</string>
<string>7.80.1</string>
<key>Key</key>
<string>version</string>
<key>Title</key>
Expand Down
Loading